Announcement

Collapse
No announcement yet.

Intel NPU Acceleration Library 1.1 Adds New Model Support & Optimizations

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Intel NPU Acceleration Library 1.1 Adds New Model Support & Optimizations

    Phoronix: Intel NPU Acceleration Library 1.1 Adds New Model Support & Optimizations

    Intel software engineers did a late Friday night release of the Intel NPU Acceleration Library v1.1, their Python library for tapping into the Intel Neural Processing Unit (NPU) found on the new Core Ultra (Meteor Lake) processors. This Python library makes it easier to interface with the Intel VPU/NPU kernel driver and in turn enjoying accelerated operations for AI...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    The big question is who is going to use this on Linux. One would need a way that would free potential users to implement support for specific hardware; we need some kind of abstraction layer for ML stuff supporting different vendors, i.e. AMD and Intel TPUs as well as NVidia, AMD and Intel GPUs. Microsoft, for example, provides DirectML on windows.
    Last edited by oleid; 25 May 2024, 03:59 PM.

    Comment


    • #3
      Originally posted by oleid View Post
      The big question is who is going to use this on Linux. One would need a way that would free potential users to implement support for specific hardware; we need some kind of abstraction layer for ML stuff supporting different vendors, i.e. AMD and Intel TPUs as well as NVidia, AMD and Intel GPUs. Microsoft, for example, provides DirectML on windows.
      I used https://github.com/openvinotoolkit/openvino as directml alternative in native webnn, it works pretty well. Apple also has nice abstraction for doing ML, maybe someday freedesktop will create something for Linux

      Comment

      Working...
      X