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 d8761fd commit aa12f9dCopy full SHA for aa12f9d
sycl/CMakeLists.txt
@@ -243,6 +243,11 @@ option(SYCL_INCLUDE_TESTS
243
"Generate build targets for the SYCL unit tests."
244
${LLVM_INCLUDE_TESTS})
245
246
+# Ensure that HIP platform is uppercase, to match buildbot's output.
247
+if(NOT "${SYCL_BUILD_PI_HIP_PLATFORM}" STREQUAL "")
248
+ string(TOUPPER ${SYCL_BUILD_PI_HIP_PLATFORM} SYCL_BUILD_PI_HIP_PLATFORM)
249
+endif()
250
+
251
# Plugin Library
252
add_subdirectory( plugins )
253
0 commit comments