[libc-commits] [PATCH] D159296: [libc] Support 'assert.h' on the GPU

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Aug 31 11:47:22 PDT 2023


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

More explicitly require that only the first lane does the atomic loading so that `broadcast_value` works.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159296

Files:
  libc/config/gpu/api.td
  libc/config/gpu/entrypoints.txt
  libc/config/gpu/headers.txt
  libc/docs/gpu/support.rst
  libc/src/__support/GPU/utils.h
  libc/src/__support/RPC/rpc.h
  libc/src/__support/RPC/rpc_util.h
  libc/src/assert/CMakeLists.txt
  libc/src/assert/__assert_fail.cpp
  libc/src/assert/generic/CMakeLists.txt
  libc/src/assert/generic/__assert_fail.cpp
  libc/src/assert/gpu/CMakeLists.txt
  libc/src/assert/gpu/__assert_fail.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159296.555125.patch
Type: text/x-patch
Size: 9193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230831/43529758/attachment-0001.bin>


More information about the libc-commits mailing list