You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the setup instructions for cuDF and cuML and tried to run the kmeans sample code, but got an error that turned out be caused by the nvidia driver being too old.
Steps to reproduce:
On Ubuntu 18.04, the default nvidia driver is 390.87.
I think the action to take for this issue is to add a section on testing, recommending that users run numba -s on the command line in their conda environment, showing what correct output is.
I had a similar issue today where I had a new driver but not properly installed toolkit (or something) and got a different error in tests, and numba -s indeed reported a CUDA misconfiguration even though nvidia-smi reported copasetic.
Feature request
Reporting a bug
master
, orbuilt from the latest tagged release.
Linux Distro, Linux Kernel, GPU Model
Arrow, cmake, CUDA, gcc/g++, Numpy, Pandas, Python
to write one see http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports).
I followed the setup instructions for cuDF and cuML and tried to run the kmeans sample code, but got an error that turned out be caused by the nvidia driver being too old.
Steps to reproduce:
Then run this code:
This produces the error:
Finally, upgrading the nvidia driver fixes this:
The text was updated successfully, but these errors were encountered: