-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: Importing numba_dppy failed when numba-dppy is installed from the intel conda channel #742
Comments
This might be related to a similar problem on dpnp: IntelPython/dpnp#1149 |
Note that I install the Python env from the APT package of oneAPI basetoolkit and configure the environment variables with However, having to use a mix of 2 package managers to install |
I tried again after setting
so at least the error message makes sense now. However I do not understand why the sycl runtime does not find a non-host device on this machine:
do I need to install additional drivers (this is a Ubuntu 21.10 system)? |
For the latter point, installing additional drivers as explained here https://dgpu-docs.intel.com/installation-guides/ubuntu/ubuntu-focal.html fixed the problem. Not that I used the focal / 20.04 apt repo on my impish / 21.10 system and it worked. |
So to summarize:
Also the documentation at: https://intelpython.github.io/numba-dpex/latest/user_guides/getting_started.html should be updated to explicitly mention installing the GPU drivers with a link to https://dgpu-docs.intel.com/installation-guides/index.html. |
After a system update, I now get the following:
This is similar to the dpctl problem reported with more details: IntelPython/dpnp#1149 (comment) Here is a conda list of the numba-dppy env:
|
Apparently the misleading I opened #777 to document the remaining usability improvements to help the user find out why no SYCL device is found by numba-dpex. |
I am trying to install numba-dppy in a dedicated conda environment with the following command:
but dpctl 0.11.1 was installed in that env, here is the output of the
conda list
command:And here is the output of lscpu:
The text was updated successfully, but these errors were encountered: