Hi,
It seems that with this new version of the SDK, the NPU is trying to load some kernels from binaries instead of files, as he did in previous versions:
- The kernels that used to be provided in
linux_sdk/build/sdk/nngpu_kernelsfolder should now be in thelibNNGPUBinary.sobinary - The kernels that used to be provided in
linux_sdk/build/sdk/nnvxc_kernelsfolder should now be in thelibNNVXCBinary.sobinary - The kernels that used to be provided in
linux_sdk/build/sdk/ovx12_vxcKernelsfolder should now be in thelibOvx12VXCBinary.sobinary
Nonetheless, I didn’t find these new kernel binaries anywhere. Would it be possible to add tthem to the aml-npu package? Without them, some model are broken, as they can’t load the kernels they need.
Thanks!