[all-commits] [llvm/llvm-project] 2e93dd: [libc] Fix hanging test on NVPTX due to lack of wa...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu May 4 19:38:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e93dd06134d4e71436b0aec3f668e0302b6e7ea
https://github.com/llvm/llvm-project/commit/2e93dd06134d4e71436b0aec3f668e0302b6e7ea
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M libc/src/__support/GPU/nvptx/utils.h
Log Message:
-----------
[libc] Fix hanging test on NVPTX due to lack of warp sync
Previously this wasn't implemented because it's effectively a no-op.
However, this should be safe to emit on sm_60 architectures. It's
important because it carries semantic importance for whether or not
something can be moved. So we should always emit this instrinsic.
Differential Revision: https://reviews.llvm.org/D149923
More information about the All-commits
mailing list