[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
Fri Jun 9 05:24:46 PDT 2023


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

Missing `inline` on the internal definition.


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/gpu/CMakeLists.txt
  libc/src/math/gpu/amdgpu/amdgpu.h
  libc/src/math/gpu/amdgpu/declarations.h
  libc/src/math/gpu/amdgpu/platform.h
  libc/src/math/gpu/common.h
  libc/src/math/gpu/nvptx/declarations.h
  libc/src/math/gpu/nvptx/nvptx.h
  libc/src/math/gpu/sin.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152486.529925.patch
Type: text/x-patch
Size: 11798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230609/f8042cf6/attachment.bin>


More information about the libc-commits mailing list