This is an archive of the discontinued LLVM Phabricator instance.

Add [mlir][nvvm] `mbarrier.test.wait`
ClosedPublic

Authored by guraypp on Jun 29 2023, 5:49 AM.

Details

Summary

This work adds mbarrier.test.wait and mbarrier.test.wait.shared Ops in NVVM dialect. Since they are already implemented in the LLVM kernel, it only calls createIntrinsicCall.

Diff Detail

Event Timeline

guraypp created this revision.Jun 29 2023, 5:49 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
guraypp requested review of this revision.Jun 29 2023, 5:49 AM
qcolombet accepted this revision.Jun 30 2023, 12:14 AM
This revision is now accepted and ready to land.Jun 30 2023, 12:14 AM
This revision was automatically updated to reflect the committed changes.