We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11e3b9 commit 5e04e75Copy full SHA for 5e04e75
tests/mp_tests_gpu/CMakeLists.txt
@@ -29,5 +29,6 @@ foreach(testsourcefile ${SOURCES})
29
string(REPLACE ".cpp" "" testname ${barename})
30
add_executable(${testname} ${testsourcefile})
31
set_property(SOURCE ${testsourcefile} PROPERTY LANGUAGE CUDA)
32
+ set_property(TARGET ${testname} PROPERTY CUDA_ARCHITECTURES OFF)
33
add_dependencies(mp_tests_gpu ${testname})
34
endforeach(testsourcefile ${SOURCES})
0 commit comments