-
Notifications
You must be signed in to change notification settings - Fork 49
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
Revert "Revert " Reapply "[Layouts] Propagate layouts into conditionals (#5610)" (#5725)"" #3347
Conversation
08faee5
to
472f9d4
Compare
New lit test failed due to unimplemented intel-xpu-backend-for-triton/lib/Dialect/TritonGPU/IR/Dialect.cpp Lines 2509 to 2511 in 8b95bc5
It gets into this code branch because of an Intel-specific change in the general code: intel-xpu-backend-for-triton/lib/Dialect/TritonGPU/IR/LinearLayoutConversions.cpp Lines 878 to 884 in 8b95bc5
@whitneywhtsang do you have any idea how to fix this better? |
From the error message, I would think the fix should be to add the missing |
I think the better we need to do two things.
This is the clean solution as no extra attribute interface required to be added to legacy layout. |
90135fe
to
1ad841c
Compare
…ls (#5610)" (#5725)"" This reverts commit 942cf94.
c7a1a20
to
dfb5db1
Compare
Triton PR: triton-lang/triton#5863 |
LGTM. |
Signed-off-by: Anatoly Myachev <[email protected]>
dfb5db1
to
f8bc8d7
Compare
Looks like the Intel-specific change is no longer needed after merging 61b5674 in #3391. |
Signed-off-by: Anatoly Myachev <[email protected]>
This reverts commit 942cf94.