This is an archive of the discontinued LLVM Phabricator instance.

[mlir][transform] Add failing test for GPU transform dialect
ClosedPublic

Authored by guraypp on Oct 3 2022, 1:52 AM.

Details

Summary

The GPU transform dialect currently has restrictions and several situations where we can't use transform dialect.

This update includes a method to test a failing cases in GPU transform dialect.

Diff Detail

Event Timeline

guraypp created this revision.Oct 3 2022, 1:52 AM
guraypp requested review of this revision.Oct 3 2022, 1:52 AM
Herald added a project: Restricted Project. · View Herald Transcript
guraypp updated this revision to Diff 464987.Oct 4 2022, 6:06 AM

rebase + fix minor test

guraypp updated this revision to Diff 464989.Oct 4 2022, 6:12 AM

remove the dependence from commit message

guraypp edited the summary of this revision. (Show Details)Oct 4 2022, 6:12 AM
guraypp updated this revision to Diff 465289.Oct 4 2022, 11:38 PM
guraypp edited the summary of this revision. (Show Details)

rebase

guraypp updated this revision to Diff 465319.Oct 5 2022, 1:35 AM

rebase and change error message

This revision was not accepted when it landed; it landed in state Needs Review.Oct 5 2022, 4:10 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.