[libc-commits] [PATCH] D148810: [libc] Add more utility functions for the GPU

Artem Belevich via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 24 11:06:50 PDT 2023


tra accepted this revision.
tra added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libc/src/__support/GPU/amdgpu/utils.h:73
+
+/// Returns the 'z' dimension id of the workitem in the current AMD workgroup.
+LIBC_INLINE uint32_t get_thread_id_x() {
----------------
wrong dimension label. Here and below.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148810



More information about the libc-commits mailing list