Cycles Intel oneAPI device feedback

I wish there was more device feedback by Linux users who are not using the officially supported Ubuntu release. I guess we’ll have to wait a bit until those arrive.

Me as well! As you’re one of the first to face these issues it’d be really great if we can find what went wrong with your setup.

If you don’t even see
---> piPlatformsGet( <unknown> : 0 <nullptr> <unknown> : 0x7ffe954e66e4 ) ---> pi_result : PI_SUCCESS when using SYCL_PI_TRACE=2 environment variable I’m not sure what to think actually. Unless another libsycl library ended up getting used over libs packaged in blender… but it should have failed in different ways in my view.

Still, can you check what ldd blender reports for libpi_level_zero.so and libsycl.so ?
also at runtime after opening up the preferences:

lsof -p pidof blender | grep libpi
lsof -p pidof blender | grep libsycl

1 Like