AI on FPGAs Explained

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии •

  • @novantha1
    @novantha1 5 месяцев назад +2

    An interesting expansion on custom AI models: There are lots of quantization schemes coming up that can't be employed to full efficiency on classical GPUs or CPUs, such as Bitnet 1.58, which is dependent on extremely efficient turnary operations which in contrast can be accelerated quite aggressively on FPGAs and ASICs.

    • @beetlebox4858
      @beetlebox4858  5 месяцев назад +1

      In the case of binary and ternary, FPGAs has huge advantage over GPUs because of their ability to exploit XOR operations. Problem is that accuracy drops badly below the 4 bit mark.

    • @novantha1
      @novantha1 5 месяцев назад +2

      @@beetlebox4858 In the case Bitnet specifically the accuracy actually isn't terribly far off of full precision when trained with quantization aware training as described in the paper; the main issue is actually having to train the model from scratch, but it does work pretty well.
      And, as you noted, it's very efficient on FGPAs.

  • @souravjamwal77
    @souravjamwal77 6 месяцев назад

    I am always interested in applying current trends to the core or very base hardware. Like last year I built a custom lambda image that had low latency than an 8Gb EC2 instance with GPU.
    Thanks for the video.

    • @beetlebox4858
      @beetlebox4858  5 месяцев назад

      EC2 actually has some FPGA images called F1s that you can experiment with.

    • @souravjamwal77
      @souravjamwal77 5 месяцев назад

      @@beetlebox4858 thanks

  • @juanpauloazaelpalacios-vil5422
    @juanpauloazaelpalacios-vil5422 5 месяцев назад

    currently using Brevitas/FINN frameworks to deploy a tiny-yolo model on a Kria board! Love the hardware design challenge of it all

    • @beetlebox4858
      @beetlebox4858  5 месяцев назад +1

      Sounds very cool. We are looking at developing a Vitis AI and MLOps video as well.

    • @juanpauloazaelpalacios-vil5422
      @juanpauloazaelpalacios-vil5422 5 месяцев назад

      @@beetlebox4858 Looking forward to it, thanks for putting in the work in these videos by the way! High quality stuff!