[libc-commits] [PATCH] D152486: [libc] Begin implementing a 'libmgpu.a' for math on the GPU

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jun 14 05:30:01 PDT 2023


jhuber6 updated this revision to Diff 531276.
jhuber6 added a comment.

Addressing comments


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152486/new/

https://reviews.llvm.org/D152486

Files:
  libc/config/gpu/entrypoints.txt
  libc/config/gpu/headers.txt
  libc/src/math/CMakeLists.txt
  libc/src/math/gpu/CMakeLists.txt
  libc/src/math/gpu/round.cpp
  libc/src/math/gpu/roundf.cpp
  libc/src/math/gpu/roundl.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/amdgpu/platform.h
  libc/src/math/gpu/vendor/common.h
  libc/src/math/gpu/vendor/nvptx/declarations.h
  libc/src/math/gpu/vendor/nvptx/nvptx.h
  libc/src/math/gpu/vendor/sin.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152486.531276.patch
Type: text/x-patch
Size: 16762 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230614/9a2230e2/attachment-0001.bin>


More information about the libc-commits mailing list