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
building rmm...
Traceback (most recent call last):
File "setup.py", line 102, in <module>
raise TypeError(f"{CUDA_VERSION} is not supported.")
TypeError: 11.3 is not supported.
Steps/Code to reproduce bug
Run ./build.sh on a system with CUDA 11.3.
Expected behavior
I'd like this to build successfully.
Environment details (please complete the following information):
Environment location: Bare-metal
Method of RMM install: source
The text was updated successfully, but these errors were encountered:
Describe the bug
Building RMM fails with CUDA 11.3 with:
Steps/Code to reproduce bug
Run
./build.sh
on a system with CUDA 11.3.Expected behavior
I'd like this to build successfully.
Environment details (please complete the following information):
The text was updated successfully, but these errors were encountered: