[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 10:59:41 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8060d96aed7c: [libc] Begin implementing a 'libmgpu.a' for math on the GPU (authored by jhuber6).

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.531429.patch
Type: text/x-patch
Size: 16766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230614/1fd56b36/attachment-0001.bin>


More information about the libc-commits mailing list