[libc-commits] [PATCH] D152575: Added modf for NVPTX and AMDGPU targets to implement 'libmgpu.a' for math on the GPU
Anton Rydahl via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jun 13 22:41:38 PDT 2023
AntonRydahl updated this revision to Diff 531176.
AntonRydahl added a comment.
This update contains more functions following the same template.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152575/new/
https://reviews.llvm.org/D152575
Files:
libc/config/gpu/entrypoints.txt
libc/src/math/gpu/vendor/CMakeLists.txt
libc/src/math/gpu/vendor/amdgpu/amdgpu.h
libc/src/math/gpu/vendor/amdgpu/declarations.h
libc/src/math/gpu/vendor/modf.cpp
libc/src/math/gpu/vendor/modff.cpp
libc/src/math/gpu/vendor/nearbyint.cpp
libc/src/math/gpu/vendor/nearbyintf.cpp
libc/src/math/gpu/vendor/nextafter.cpp
libc/src/math/gpu/vendor/nextafterf.cpp
libc/src/math/gpu/vendor/nvptx/declarations.h
libc/src/math/gpu/vendor/nvptx/nvptx.h
libc/src/math/gpu/vendor/remainder.cpp
libc/src/math/gpu/vendor/remainderf.cpp
libc/src/math/gpu/vendor/remquo.cpp
libc/src/math/gpu/vendor/remquof.cpp
libc/src/math/gpu/vendor/rint.cpp
libc/src/math/gpu/vendor/rintf.cpp
libc/src/math/gpu/vendor/scalbn.cpp
libc/src/math/gpu/vendor/scalbnf.cpp
libc/src/math/gpu/vendor/sincosf.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152575.531176.patch
Type: text/x-patch
Size: 24775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230614/fc119e12/attachment-0001.bin>
More information about the libc-commits
mailing list