NPU SDK 6.4.4.3 release

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_kernels folder should now be in the libNNGPUBinary.so binary
  • The kernels that used to be provided in linux_sdk/build/sdk/nnvxc_kernels folder should now be in the libNNVXCBinary.so binary
  • The kernels that used to be provided in linux_sdk/build/sdk/ovx12_vxcKernels folder should now be in the libOvx12VXCBinary.so binary

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!