This is an archive of the discontinued LLVM Phabricator instance.

[mlir][nvvm] Add attribute to nvvm.cpAsyncOp to control l1 bypass
ClosedPublic

Authored by ThomasRaoux on May 9 2022, 8:50 AM.

Details

Summary

Add attribute to be able to generate the intrinsic version of async copy
generating a copy with l1 bypass. This correspond to
cp.async.cg.shared.global in ptx.

Diff Detail