You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use the Neural engine of an Apple M2 Ultra, the provided examples fail because /dev/accel/accelXXX devices do not exist. I believe I have the correct kernel version, with support for the accelerators:
ane/test/matmul$ ./main.out
LIBANE: ERR: failed to find device with dev_id 0
LIBANE: ERR: failed to open device with dev_id 0
failed to init
Is there anything that needs to be done in order to create the /dev/accel/accelXXX files?
I noticed that in ane/Makefile, the existence of /dev/accel/accel0 is assumed. sudo chmod 666 /dev/accel/accel0
The kernel module is also successfully loaded
ane/ane$ sudo ./run.sh status
Module Size Used by
ane 49152 0
module is installed
The text was updated successfully, but these errors were encountered:
When trying to use the Neural engine of an Apple M2 Ultra, the provided examples fail because /dev/accel/accelXXX devices do not exist. I believe I have the correct kernel version, with support for the accelerators:
This is the output
Is there anything that needs to be done in order to create the /dev/accel/accelXXX files?
I noticed that in ane/Makefile, the existence of /dev/accel/accel0 is assumed.
sudo chmod 666 /dev/accel/accel0
The kernel module is also successfully loaded
The text was updated successfully, but these errors were encountered: