rsnfunky Tux's lil' helper
Joined: 30 Dec 2007 Posts: 77
|
Posted: Sun Oct 13, 2024 1:59 am Post subject: AMD XDNA Drivers for Gentoo |
|
|
I have an AMD processor with NPU - Ryzen 8700G. AMD has provided NPU drivers - AMD XDNA Drivers (which are an extension of their XRT drivers) -
Code: | https://github.com/amd/xdna-driver |
I tried installing it on my Gentoo box but faced issues (the scripts are written for Ubuntu system):
Code: | fatal error: ocl_icd.h: No such file or directory |
ocl-icd has been replaced by opencl-icd-loader, and this package does not seem to provide the above file ocl_icd.h
Will be happy to check how to install the NPU driver and see its functionality in AI inferencing on the NPU.
(PS: ROCm is for using the AMD graphics and APUs. The latest processors also have an NPU: ie- processor + APU + NPU. For using NPU they have the xdna driver) |
|