[all-commits] [llvm/llvm-project] 27ed1f: [Offload][Conformance] Add support for CUDA Math a...
Leandro Lacerda via All-commits
all-commits at lists.llvm.org
Thu Aug 7 16:32:55 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27ed1f99e250c913715ca75c4f33e42d59a06006
https://github.com/llvm/llvm-project/commit/27ed1f99e250c913715ca75c4f33e42d59a06006
Author: Leandro Lacerda <leandrolcampos at yahoo.com.br>
Date: 2025-08-07 (Thu, 07 Aug 2025)
Changed paths:
M offload/unittests/CMakeLists.txt
M offload/unittests/Conformance/device_code/CMakeLists.txt
A offload/unittests/Conformance/device_code/CUDAMath.cpp
R offload/unittests/Conformance/device_code/Common.hpp
A offload/unittests/Conformance/device_code/DeviceAPIs.hpp
A offload/unittests/Conformance/device_code/HIPMath.cpp
A offload/unittests/Conformance/device_code/KernelRunner.hpp
M offload/unittests/Conformance/device_code/LLVMLibm.cpp
M offload/unittests/Conformance/include/mathtest/TestRunner.hpp
Log Message:
-----------
[Offload][Conformance] Add support for CUDA Math and HIP Math providers (#152362)
This patch extends the conformance testing infrastructure to support two
new providers of math function implementations for GPUs: CUDA Math
(`cuda-math`) and HIP Math (`hip-math`).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list