[libc-commits] [PATCH] D159225: [libc] Implement the 'nanosleep' function on the GPU

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Aug 30 15:04:46 PDT 2023


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

Add default and change the unit test. The test requires C++20 but doesn't seem to actually use it so I removed it such that we can run it here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159225

Files:
  libc/config/gpu/api.td
  libc/config/gpu/entrypoints.txt
  libc/docs/gpu/support.rst
  libc/src/time/CMakeLists.txt
  libc/src/time/gpu/CMakeLists.txt
  libc/src/time/gpu/nanosleep.cpp
  libc/src/time/linux/CMakeLists.txt
  libc/src/time/linux/nanosleep.cpp
  libc/src/time/nanosleep.cpp
  libc/test/src/time/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159225.554841.patch
Type: text/x-patch
Size: 6243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230830/66592c08/attachment.bin>


More information about the libc-commits mailing list