[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 21:08:40 PDT 2023


AntonRydahl updated this revision to Diff 531166.
AntonRydahl added a comment.

Updated this patch in accordance with the changes to the parent patch, https://reviews.llvm.org/D152486.


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152575.531166.patch
Type: text/x-patch
Size: 11295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230614/397e4c8e/attachment.bin>


More information about the libc-commits mailing list