-
Notifications
You must be signed in to change notification settings - Fork 807
Description
I have the latest graphics drivers (27.20.100.9466), Windows 10 OS, I followed the instructions here: https://github.com/intel/llvm/blob/sycl/sycl/doc/GetStartedGuide.md#install-low-level-runtimeto get CPU runtime, and now the device (CPU) is exposed to OpenCL (it gets listed) BUT it doesn't work, for valid code that works on Intel HD GPU/ nvidia GPU, if I try to run on CPU, it throws -36 error (invalid command queue)
=> The instructions are obviously wrong. The installation batch file makes a symlink to "tbb.dll", and guess what? There is NO "tbb.dll" not in the latest oneAPI version which I had, and not if you go through the LINKED github repo and build tbb from the source -> it has a tbb12.dll and NOT tbb.dll EVEN the archived binaries -> no tbb.dll . And the batch script just makes a broken symlink.