Ivan Butygin
Ivan Butygin
Yes, we are unfortunately lacking documentation for GPU offload. Some code can be found in our tests https://github.com/numba/numba-mlir/blob/main/numba_mlir/numba_mlir/mlir/tests/test_gpu.py You will need to install `dpctl` library first https://github.com/IntelPython/dpctl ``` conda install...
Can you run `sycl-ls` from this environment? Also what the `conda list` output?
> I don't have `sycl-ls` and not sure where to get it from. try `conda install dpcpp_linux-64 -c intel`
Ok, you don't have level_zero device (some missing driver?) but still have opencl, try `device="opencl:gpu:0"` or `device="opencl:gpu:1"`
can you add some prints around `dpt.asarray` calls? I have a feeling it didn't even get to the actual function.
(I didn't even undraft it yet)
Just for my curiosity, what the difference with upstream `IntegerRangeAnalysis`?