This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Use affine dim instead of symbol in SCFToGPU lowering.
ClosedPublic

Authored by tpopp on Oct 20 2020, 2:35 AM.

Details

Summary

This still satisfies the constraints required by the affine dialect and
gives more flexibility in what iteration bounds can be used when
loewring to the GPU dialect.

Diff Detail

Event Timeline

tpopp created this revision.Oct 20 2020, 2:35 AM
tpopp requested review of this revision.Oct 20 2020, 2:35 AM
ftynse accepted this revision.Oct 20 2020, 2:38 AM
This revision is now accepted and ready to land.Oct 20 2020, 2:38 AM
herhut accepted this revision.Oct 20 2020, 2:55 AM

Thanks!

This revision was landed with ongoing or failed builds.Oct 20 2020, 2:56 AM
This revision was automatically updated to reflect the committed changes.