-
Notifications
You must be signed in to change notification settings - Fork 440
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
[QUESTION] Architecture mismatch error #6092
Comments
In the wikipedia it also mention VOLTA https://en.wikipedia.org/wiki/List_of_Nvidia_graphics_processing_units |
|
In general, the last two digits match the compute capability of the architecture to use. |
And, how did you find it? Where is this documented? |
See table here: https://en.wikipedia.org/wiki/CUDA |
Also see this link: https://github.com/kokkos/kokkos/wiki/Compiling EDIT: that link is deprecated. You can see the current list here: https://github.com/kokkos/kokkos/blob/develop/cmake/kokkos_arch.cmake#L84 |
Ohk, since there are only two arch versions, its easy to test. Can we have a GPU product to Kokkos arch mapping? That would be a great help as mentioned in kokkos/kokkos-core-wiki#370 |
Also, note that the architecture is auto-detected when using |
Yes, it does but not on HPC login nodes where we have only CPU and use slurm scripts to schedule jobs for GPU nodes. |
Right, but you could also execute https://github.com/kokkos/kokkos/blob/develop/cmake/compile_tests/cuda_compute_capability.cc on a compute node (if configuring |
Great @masterleinad this would solve issue. |
Which Kokkos_ARCH_ should I use for the NVIDIA Tesla V100 cards.
I am using it with athenapk and it is failing with error
Currently I am using
-DKokkos_ARCH_VOLTA72=ON
, this caused errorThe text was updated successfully, but these errors were encountered: