[llvm] [Offload][Conformance] Add support for CUDA Math and HIP Math providers (PR #152362)

via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 7 08:30:04 PDT 2025


================
@@ -18,6 +18,9 @@ endif ()
 set(OFFLOAD_UNITTESTS_DIR ${CMAKE_CURRENT_SOURCE_DIR})
 
 function(add_offload_test_device_code test_filename test_name)
+  cmake_parse_arguments(
+    "ARGS" "WITH_DEVICE_MATH_LIBS" "" "" ${ARGN})
----------------
lntue wrote:

Probably give it a bit more descriptive name other than `ARGS`.

https://github.com/llvm/llvm-project/pull/152362


More information about the llvm-commits mailing list