We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e7d6a commit 64f6b87Copy full SHA for 64f6b87
1 file changed
CMakeLists.txt
@@ -90,6 +90,9 @@ if (TTG_ENABLE_ASAN)
90
add_link_options(-fsanitize=address)
91
endif (TTG_ENABLE_ASAN)
92
93
+# someone thought it was a brilliant idea to automatically enable thread-parallel BLAS
94
+set(use_openmp OFF)
95
+
96
set(TTG_HIP_PLATFORM "__HIP_PLATFORM_AMD__" CACHE STRING "Which platform to use when compiling HIP-related code (default: __HIP_PLATFORM_AMD__)")
97
##########################
98
#### prerequisites
0 commit comments