rewrite incorrect statement
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
# preset that enables KOKKOS and selects CUDA compilation with OpenMP
|
# preset that enables KOKKOS and selects CUDA compilation with OpenMP
|
||||||
# enabled as well. This preselects CC 5.0 as default GPU arch, since
|
# enabled as well. The GPU architecture *must* match your hardware
|
||||||
# that is compatible with all higher CC, but not the default CC 3.5
|
|
||||||
set(PKG_KOKKOS ON CACHE BOOL "" FORCE)
|
set(PKG_KOKKOS ON CACHE BOOL "" FORCE)
|
||||||
set(Kokkos_ENABLE_SERIAL ON CACHE BOOL "" FORCE)
|
set(Kokkos_ENABLE_SERIAL ON CACHE BOOL "" FORCE)
|
||||||
set(Kokkos_ENABLE_CUDA ON CACHE BOOL "" FORCE)
|
set(Kokkos_ENABLE_CUDA ON CACHE BOOL "" FORCE)
|
||||||
|
|||||||
Reference in New Issue
Block a user