[all-commits] [llvm/llvm-project] eca8b5: [libc] Default the GPU build to the default memory...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Jul 18 08:51:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eca8b54a5f76c65a055bac05556b70c2a0ec63a1
https://github.com/llvm/llvm-project/commit/eca8b54a5f76c65a055bac05556b70c2a0ec63a1
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M libc/src/string/memory_utils/bcmp_implementations.h
M libc/src/string/memory_utils/memcmp_implementations.h
M libc/src/string/memory_utils/memcpy_implementations.h
M libc/src/string/memory_utils/memmove_implementations.h
M libc/src/string/memory_utils/memset_implementations.h
Log Message:
-----------
[libc] Default the GPU build to the default memory utilities
A previous patch made this cause an error on the GPU. We have not yet
dedicated time towards an optimial implementaiton there but we do not
want it to cause an error. We simply use the fallback routines.
Differential Revision: https://reviews.llvm.org/D155615
More information about the All-commits
mailing list