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.
2 parents 24140ee + 9874f36 commit 7a5150cCopy full SHA for 7a5150c
CMakeLists.txt
@@ -53,6 +53,9 @@ set(UR_CONFORMANCE_TARGET_TRIPLES "" CACHE STRING
53
"List of sycl targets to build CTS device binaries for")
54
set(UR_CONFORMANCE_AMD_ARCH "" CACHE STRING "AMD device target ID to build CTS binaries for")
55
56
+# There's little reason not to generate the compile_commands.json
57
+set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
58
+
59
include(Assertions)
60
61
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
0 commit comments