- dpctl Windows Level Zero does not work. - DAAL have L0 support. They have L0 headers in it. - On Linux we use apt package `intel-level-zero-devel`. - Nothing on Windows. We need to get it from GitHub - https://github.com/oneapi-src/level-zero - https://github.com/oneapi-src/level-zero/releases/tag/v1.0.26 - we should use it - /usr/include/level_zero/ - Dipto installed from apt package level-zero-devel. - From it - https://dgpu-docs.intel.com/installation-guides/ubuntu/ubuntu-focal.html - ze_api.h - contains version v1.1 - https://github.com/oneapi-src/oneDAL/blob/master/cpp/daal/include/services/internal/sycl/level_zero_types.h oneDAL uses copy of headers - We can clone Level Zero headers from GitHub and use it for build on Windows (and Linux if necessary) - @reazulhoque started from numba-dppy and skipped tests, but root cause is that dpctl does not support Level Zero on windows - [ ] Write in README about dependency to Level Zero
dpctl Windows Level Zero does not work.
intel-level-zero-devel.We can clone Level Zero headers from GitHub and use it for build on Windows (and Linux if necessary)
@reazulhoque started from numba-dppy and skipped tests, but root cause is that dpctl does not support Level Zero on windows
Write in README about dependency to Level Zero