[libc-commits] [PATCH] D152575: Added modf for NVPTX and AMDGPU targets to implement 'libmgpu.a' for math on the GPU
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Jun 14 09:59:45 PDT 2023
jhuber6 added a comment.
In D152575#4421820 <https://reviews.llvm.org/D152575#4421820>, @AntonRydahl wrote:
> Should I include both the vendor and builtin functions in this patch?
That's a good question, we'd probably like to have both if we'd like to perform some performance tests, but I'm not sure if that's a good reason to keep it in-tree if we have a suitable alternative. @sivachandra What do you think?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152575/new/
https://reviews.llvm.org/D152575
More information about the libc-commits
mailing list