[libc-commits] [PATCH] D153395: Populating 'libmgpu.a' for math on the GPU
Anton Rydahl via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jun 22 10:07:11 PDT 2023
AntonRydahl updated this revision to Diff 533675.
AntonRydahl added a comment.
Added vendor versions of trigonometric functions as some of them do not compile to NVPTX.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153395/new/
https://reviews.llvm.org/D153395
Files:
libc/config/gpu/entrypoints.txt
libc/src/math/CMakeLists.txt
libc/src/math/gpu/CMakeLists.txt
libc/src/math/gpu/modf.cpp
libc/src/math/gpu/modff.cpp
libc/src/math/gpu/nearbyint.cpp
libc/src/math/gpu/nearbyintf.cpp
libc/src/math/gpu/nextafter.cpp
libc/src/math/gpu/nextafterf.cpp
libc/src/math/gpu/remainder.cpp
libc/src/math/gpu/remainderf.cpp
libc/src/math/gpu/remquo.cpp
libc/src/math/gpu/remquof.cpp
libc/src/math/gpu/rint.cpp
libc/src/math/gpu/rintf.cpp
libc/src/math/gpu/roundl.cpp
libc/src/math/gpu/scalbn.cpp
libc/src/math/gpu/scalbnf.cpp
libc/src/math/gpu/sinh.cpp
libc/src/math/gpu/sinhf.cpp
libc/src/math/gpu/sqrt.cpp
libc/src/math/gpu/sqrtf.cpp
libc/src/math/gpu/tan.cpp
libc/src/math/gpu/tanf.cpp
libc/src/math/gpu/tanh.cpp
libc/src/math/gpu/tanhf.cpp
libc/src/math/gpu/trunc.cpp
libc/src/math/gpu/truncf.cpp
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/nvptx/declarations.h
libc/src/math/gpu/vendor/nvptx/nvptx.h
libc/src/math/gpu/vendor/sincos.cpp
libc/src/math/gpu/vendor/sincosf.cpp
libc/src/math/gpu/vendor/sinf.cpp
libc/src/math/gpu/vendor/sinh.cpp
libc/src/math/gpu/vendor/sinhf.cpp
libc/src/math/gpu/vendor/tan.cpp
libc/src/math/gpu/vendor/tanf.cpp
libc/src/math/gpu/vendor/tanh.cpp
libc/src/math/gpu/vendor/tanhf.cpp
libc/src/math/sinh.h
libc/src/math/tanh.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153395.533675.patch
Type: text/x-patch
Size: 45869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230622/f0439130/attachment-0001.bin>
More information about the libc-commits
mailing list