[all-commits] [llvm/llvm-project] 4cb6c1: [libc] Enable missing memory tests on the GPU (#68...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Oct 6 06:27:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4cb6c1c7cb3b0e287e8ab29b89edd8eac67f7573
https://github.com/llvm/llvm-project/commit/4cb6c1c7cb3b0e287e8ab29b89edd8eac67f7573
Author: Joseph Huber <35342157+jhuber6 at users.noreply.github.com>
Date: 2023-10-06 (Fri, 06 Oct 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake
M libc/src/string/CMakeLists.txt
M libc/test/src/string/CMakeLists.txt
Log Message:
-----------
[libc] Enable missing memory tests on the GPU (#68111)
Summary:
There were a few tests that weren't enabled on the GPU. This is because
the logic caused them to be skipped as we don't use CPU featured on the
host. This also disables the logic making multiple versions of the
memory functions.
More information about the All-commits
mailing list