Replies: 2 comments 3 replies
-
Hi, yes, the V100 GPU is not supported by |
Beta Was this translation helpful? Give feedback.
3 replies
-
Has this issue been resolved? Does TCNN support SM_70 (V100) now? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following #219 I get this error using headless:
Warning: FullyFusedMLP is not supported for the selected architecture 70. Falling back to CutlassMLP. For maximum performance, raise the target GPU architecture to 75+.
It still manages to train, but this is not ideal.
I built it with TCNN_CUDA_ARCHITECTURES=70 cmake ..
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
Cuda compilation tools, release 10.2, V10.2.89
cmake version 3.22.2
V100 GPU
Beta Was this translation helpful? Give feedback.
All reactions