We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbf39f commit c2e6dd3Copy full SHA for c2e6dd3
1 file changed
CMakeLists.txt
100644
100755
@@ -24,6 +24,10 @@ endif()
24
set( CMAKE_CUDA_ARCHITECTURES "75" CACHE STRING
25
"CUDA architectures to build device code for" )
26
27
+# Set the HIP architecture to build code for.
28
+set( CMAKE_HIP_ARCHITECTURES "gfx1101;gfx90a" CACHE STRING
29
+ "HIP architectures to build device code for" )
30
+
31
# Flag controlling whether warnings should make the build fail.
32
option( TRACCC_FAIL_ON_WARNINGS
33
"Make the build fail on compiler/linker warnings" FALSE )
0 commit comments