Can anybody with experience in fabrication reveal more about this? Very exciting ideas, but hoping to learn more in real-world context

  • @trolololol
    link
    21 year ago

    Interesting, in this particular case it’s implementing a single operation, but I can imagine they can implement other single operation dedicated chips as well. So I’d expect ASICs but no CPUs

    https://actu.epfl.ch/news/redefining-energy-efficiency-in-data-processing/

    By setting the conductivity of each transistor, we can perform analog vector-matrix multiplication in a single step by applying voltages to our processor and measuring the output

    • @[email protected]
      link
      fedilink
      41 year ago

      Still, i don’t think it’ll need to get much more complex to be very useful for AI workloads.

      People have been discovering that more, and simpler, calculations seem to work better? the trend in AI workloads seems to have gone from FP32 -> FP16 -> INT16 -> INT8 and possibly even INT4?

      Seems like just having lots of simple calculations is more efficient/effective than more complex stuff.

      • @trolololol
        link
        111 months ago

        Well these chips perform analog math, which means high precision high speed. It’s not as accurate as fp32 as in repeatedly and deterministic outputs, but that’s def not a problem for a deep and wide neural network such as used by llm