Tensordyne Bets on Logarithmic Number Systems to Slash AI Compute Power

By replacing power-hungry floating-point multipliers with logarithmic addition, silicon startup Tensordyne aims to challenge Nvidia's dominance in hardware efficiency.

David Park David Park
2 min read
Tensordyne Bets on Logarithmic Number Systems to Slash AI Compute Power

Startups aiming to break Nvidia's monopoly on deep learning workloads typically focus on memory bandwidth or wafer-scale integration. Tensordyne, however, is targeting the fundamental arithmetic level. By replacing traditional floating-point multiplication with logarithmic addition, the startup aims to bypass the most power-hungry and area-intensive component of modern tensor processing units: the hardware multiplier.

In standard IEEE 754 floating-point representations, multiplying two numbers requires complex mantissa multiplication and exponent addition. Under a Logarithmic Number System (LNS), multiplication simplifies to basic addition of exponents. Because deep learning workloads are heavily dominated by matrix-multiplication operations, shifting these calculations to LNS could theoretically deliver massive gains in energy efficiency and compute density per square millimeter of silicon.

While the math is elegant, physical implementation introduces severe engineering hurdles. In LNS, addition and subtraction become non-trivial operations requiring complex lookup tables or interpolation circuits, which can quickly claw back any silicon area saved on multipliers. Furthermore, converting standard FP16 or FP8 data formats into logarithmic representations at the boundaries of the compute tile introduces latency and precision penalties that compiler chains must carefully manage.

Tensordyne's approach is not entirely novel—academic researchers have explored LNS for decades—but modern advanced packaging and the desperate industry search for thermal relief in the datacenter have renewed interest. If Tensordyne can demonstrate robust accuracy on mainstream large language models without requiring extensive retraining of weights, their architecture could carve out a niche in high-density inference arrays. Engineers should watch for early silicon benchmarks to see if the theoretical energy savings survive real-world memory bottlenecks.

Sources

  1. 01 Tensordyne makes a big bet on log math to beat Nvidia — The Register — HPC