-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Miopen dialect opt step14 : Defer compose affine maps. #228
Miopen dialect opt step14 : Defer compose affine maps. #228
Conversation
this commit is non-trivial. affine maps have already been recorded in the previous stage. also change miopen.threadwise_copy verifier.
jenkins: retest this please. |
1 similar comment
jenkins: retest this please. |
@okakarpa For some reason |
The last job it ran on the commit "a22a5716d2e3ea855d918a0114bb21247c931aee" I suspect webhooks are not sending requests can i get access to webhook settings for this project to debug further http://ml-ci.amd.com:21096/job/MLIR/job/MLIR-downstream-unit-test/3401/console |
I just granted you admin access to this project. |
…ithub.com/ROCmSoftwarePlatform/llvm-project-mlir into miopen-dialect-do-not-compose-affine-maps
The webhooks send the request but it got hanged for some reason i have retriggered the pr by sending an empty commit commit id: "b5e6a0822cdeb6bb2de6cea6b2aa970e115504c4" |
Defer compose affine maps until
threadwise_copy
andthreadwise_copy_v2
.This paves the way for properly implementing
F_infinite
algorithm for index diff maps.