Re: [PATCH V5 00/10] AMD XDNA driver

2024-10-29 Thread Lizhi Hou
On 10/25/24 15:02, Jeffrey Hugo wrote: On 10/25/2024 3:28 PM, Lizhi Hou wrote: On 10/25/24 10:55, Jeffrey Hugo wrote: On 10/21/2024 10:19 AM, Lizhi Hou wrote: This patchset introduces a new Linux Kernel Driver, amdxdna for AMD NPUs. The driver is based on Linux accel subsystem. NPU (Neura

Re: [PATCH V5 00/10] AMD XDNA driver

2024-10-25 Thread Jeffrey Hugo
On 10/25/2024 3:28 PM, Lizhi Hou wrote: On 10/25/24 10:55, Jeffrey Hugo wrote: On 10/21/2024 10:19 AM, Lizhi Hou wrote: This patchset introduces a new Linux Kernel Driver, amdxdna for AMD NPUs. The driver is based on Linux accel subsystem. NPU (Neural Processing Unit) is an AI inference acce

Re: [PATCH V5 00/10] AMD XDNA driver

2024-10-25 Thread Lizhi Hou
On 10/25/24 10:55, Jeffrey Hugo wrote: On 10/21/2024 10:19 AM, Lizhi Hou wrote: This patchset introduces a new Linux Kernel Driver, amdxdna for AMD NPUs. The driver is based on Linux accel subsystem. NPU (Neural Processing Unit) is an AI inference accelerator integrated into AMD client CPUs.

Re: [PATCH V5 00/10] AMD XDNA driver

2024-10-25 Thread Jeffrey Hugo
On 10/21/2024 10:19 AM, Lizhi Hou wrote: This patchset introduces a new Linux Kernel Driver, amdxdna for AMD NPUs. The driver is based on Linux accel subsystem. NPU (Neural Processing Unit) is an AI inference accelerator integrated into AMD client CPUs. NPU enables efficient execution of Machine

[PATCH V5 00/10] AMD XDNA driver

2024-10-21 Thread Lizhi Hou
This patchset introduces a new Linux Kernel Driver, amdxdna for AMD NPUs. The driver is based on Linux accel subsystem. NPU (Neural Processing Unit) is an AI inference accelerator integrated into AMD client CPUs. NPU enables efficient execution of Machine Learning applications like CNNs, LLMs, etc