-
I'm using an Ubuntu system with the GPU- NVIDIA Quadro K1200 which has 4GB memory, 32GB RAM. I'm trying to run python code through spark submit & Python idle. I'm getting error (RMM Failure) in spark config. Kindly help me to resolve this error. Kindly give suggestions where I'm doing wrong? Python Code which I'm running: Error when running code through spark-submit: Error When running code through Python IDLE: During handling of the above exception, another exception occurred: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Unfortunately this GPU (Quadro K1200) is compute capability 5.0 and it is not supported for RAPIDS-backed libraries. RAPIDS is documented to support devices at 6.0+ capability (Pascal or above) https://rapids.ai/start.html, so devices with 5.0 capability are not going to work. |
Beta Was this translation helpful? Give feedback.
Unfortunately this GPU (Quadro K1200) is compute capability 5.0 and it is not supported for RAPIDS-backed libraries. RAPIDS is documented to support devices at 6.0+ capability (Pascal or above) https://rapids.ai/start.html, so devices with 5.0 capability are not going to work.