[all-commits] [llvm/llvm-project] b06617: [libc] Fix GPU tests failing after recent changes
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Jul 26 07:06:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b06617f1eca24ea34c1e6dbcf88c3f5c9eb40112
https://github.com/llvm/llvm-project/commit/b06617f1eca24ea34c1e6dbcf88c3f5c9eb40112
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M libc/test/src/__support/CMakeLists.txt
M libc/test/src/math/CMakeLists.txt
Log Message:
-----------
[libc] Fix GPU tests failing after recent changes
Summray:
We landed some extra math support, which is apparently broken on the
max / min functions. the `mod` functions cannot be tested as they use
`std::limits` which don't exist in a freestanding environment. Also the
`blockstore` test seems to be broken. We will need to fix these in the
future but for now we need something in a workable state.
Reviewed By: jplehr
Differential Revision: https://reviews.llvm.org/D156329
More information about the All-commits
mailing list