-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Got 'cutlass error' when running script or testbed #60
Comments
Is this the Pascal or Maxwell version of the TITAN X? (There are two GPUs with this name.) In case you are on the Maxwell TITAN X you'll have to use |
Thanks for your instant reply. The problem was caused by the GPU assignment in the cluster (which will assign TITANs of different architecture). The problem has been solved. Now the |
Glad to hear! I'll take this as motivation to add a runtime check for whether the currently operating GPU has lower compute capability than what the framework was compiled for. |
Hi everyone,
I ran
python -u scripts/run.py --mode nerf --scene data/nerf/fox
on a TITAN X with CUDA=11.2 and got an 'curlass error' as follow:The error occurs at line 394 in /dependencies/tiny-cuda-nn/include/tiny-cuda-nn/cutlass_matmul.h when launching initialized CUTLASS kernel. Using the testbed also produces the same problem.
I would like to know whether this has something to do with the CUTLASS MLP and have you met the same problem on the GPU architecture under 70. Many thanks in advance.
The text was updated successfully, but these errors were encountered: