Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Improving Translational Accuracy02:07

Improving Translational Accuracy

Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...
Improving Translational Accuracy02:07

Improving Translational Accuracy

Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
Per-Unit Sequence Models01:26

Per-Unit Sequence Models

An ideal Y-Y transformer, grounded through neutral impedances, displays per-unit sequence networks akin to those of a single-phase ideal transformer when subjected to balanced positive- or negative-sequence currents. These currents do not produce neutral currents, and their associated voltage drops.
Zero-sequence currents, which are identical in magnitude and phase, generate a neutral current, resulting in voltage drops across the neutral impedance and the low-voltage winding. If the...
Transformers in Distribution System01:27

Transformers in Distribution System

Transformers in distribution systems can be broadly categorized into distribution substation transformers and other distribution transformers. They are crucial for stepping down high transmission voltages to levels suitable for distribution and end-user applications.
Distribution substation transformers come in various ratings and typically use mineral oil for insulation and cooling. To prevent moisture and air from entering the oil, some transformers use an inert gas like nitrogen to fill the...
Sequence Networks of Rotating Machines01:24

Sequence Networks of Rotating Machines

A Y-connected synchronous generator, grounded through a neutral impedance, is designed to produce balanced internal phase voltages with only positive-sequence components. The generator's sequence networks include a source voltage that is exclusively in the positive-sequence network. The sequence components of line-to-ground voltages at the generator terminals illustrate this configuration.
Zero-sequence current induces a voltage drop across the generator's neutral impedance and other...

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

STELLAR-CB: Synthetic Temporal LSTM for Livestock Activity Recognition-Cow Behaviour.

Veterinary medicine and science·2026
Same author

Biochar co-application with nitrogen and phosphorus fertilizers modulates maize growth and physiological performance by reshaping soil P pools.

BMC plant biology·2026
Same author

Federated learning for fair autism spectrum disorder screening across age-heterogeneous populations.

Frontiers in digital health·2026
Same author

Gastroenterological disease detection using transformer-based medical imaging for sustainable healthcare.

Scientific reports·2026
Same author

Sustainable regional corn yield prediction for the United States through interpretable machine learning approach.

Scientific reports·2026
Same author

Retraction Note: Enhanced climate change resilience on wheat anther morphology using optimized deep learning techniques.

Scientific reports·2026
Same journal

Turbulent flow in a vortex separator with a directed pipe inlet.

Scientific reports·2026
Same journal

Systematic characteristic evaluation of clay-based cementitious material derived from calcium carbide residue and waste tile powder.

Scientific reports·2026
Same journal

Retraction Note: Improvement of a rapid diagnostic application of monoclonal antibodies against avian influenza H7 subtype virus using Europium nanoparticles.

Scientific reports·2026
Same journal

Applying large language models to spam detection in the Kazakh low-resource language setting.

Scientific reports·2026
Same journal

An open-source 3D printing system enabling in-situ freeze-thaw processing of hydrogels.

Scientific reports·2026
Same journal

An enhanced EfficientNet framework for automated waste classification using cosine annealing and label smoothing.

Scientific reports·2026
See all related articles

Related Experiment Videos

Tensor language model enables generative scheduling for efficient tensor compilation.

Sajid Mehmood1, Aqleema Arooj2, Ahmad Sami Al-Shamayleh3

  • 1Department of Computer Science, University of Engineering and Technology, Taxila, 47080, Pakistan. thesajidbutt@gmail.com.

Scientific Reports
|May 18, 2026
PubMed
Summary
This summary is machine-generated.

The Tensor Language Model (TLM) offers faster deep learning compiler optimization. This generative AI approach significantly reduces compile times for tensor programs without sacrificing performance.

Related Experiment Videos

Area of Science:

  • Artificial Intelligence
  • Compiler Design
  • High-Performance Computing

Background:

  • Deep learning tasks and heterogeneous computing demand compilers with low compile times and high performance.
  • Existing tensor compilers rely on slow exhaustive search or heuristic methods that compromise generality and optimization quality.

Purpose of the Study:

  • To introduce the Tensor Language Model (TLM), a novel generative framework for optimizing tensor programs.
  • To redefine tensor program optimization as a language modeling problem, leveraging a GPT-2 architecture.

Main Methods:

  • TLM utilizes a GPT-2 architecture pre-trained on millions of tensor programs represented as compact tensor code.
  • The model treats optimization as a sequence-to-sequence problem, generating optimized tensor schedules directly.
  • It avoids runtime search or reinforcement learning, enabling faster compilation.

Main Results:

  • TLM achieves compilation speeds up to 61 times faster than search-based compilers (e.g., Ansor, MetaSchedule).
  • It outperforms heuristic models (e.g., Roller) by up to 2.25 times in speed, maintaining similar runtime efficiency.
  • Experiments on ResNet-50, BERT, GPT-2, and LLAMA-7B demonstrate TLM's effectiveness.

Conclusions:

  • TLM presents a scalable, hardware-agnostic, and reproducible generative paradigm for next-generation deep learning compilers.
  • It offers a compelling trade-off between compilation time and execution performance.