[libc-commits] [libc] [libc] Change the GPU to use builtin memory functions (PR #68003)
via libc-commits
libc-commits at lists.llvm.org
Mon Oct 2 16:12:56 PDT 2023
michaelrj-google wrote:
Definitely wait for @gchatelet to approve, but it's theoretically fine. You need to be careful though, because often the inline memory functions just call the libc memory functions. If the GPUs have their own special builtins this is fine.
https://github.com/llvm/llvm-project/pull/68003
More information about the libc-commits
mailing list