This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][NVVM] Add CTA Cluster barrier intrinsics for sm_90
ClosedPublic

Authored by guraypp on Aug 24 2023, 2:58 AM.

Details

Summary

This work adds CTA Cluster barrier intrinsics for sm_90 in NVVM dialect. They are already supported in LLVM core, so this work uses the existing intrinsics.

Diff Detail

Event Timeline

guraypp created this revision.Aug 24 2023, 2:58 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
guraypp requested review of this revision.Aug 24 2023, 2:58 AM
This revision was not accepted when it landed; it landed in state Needs Review.Sep 1 2023, 7:40 AM
This revision was automatically updated to reflect the committed changes.

BTW, LGTM :D.