This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add populateGpuToLLVMConversionPatterns function
ClosedPublic

Authored by Hardcode84 on Jul 31 2021, 2:50 AM.

Diff Detail

Event Timeline

Hardcode84 created this revision.Jul 31 2021, 2:50 AM
Hardcode84 requested review of this revision.Jul 31 2021, 2:50 AM
ftynse accepted this revision.Jul 31 2021, 3:44 AM
ftynse added inline comments.
mlir/include/mlir/Conversion/GPUCommon/GPUCommonPass.h
55

Please consider documenting the fact the the type conversion is also set up for async token by this call.

This revision is now accepted and ready to land.Jul 31 2021, 3:44 AM

Update comment

This revision was automatically updated to reflect the committed changes.