Added WaveOps tests for QuadReadAcrossDiagonal#1015
Added WaveOps tests for QuadReadAcrossDiagonal#1015kcloudy0717 wants to merge 3 commits intollvm:mainfrom
Conversation
b098603 to
669b3bd
Compare
bob80905
left a comment
There was a problem hiding this comment.
This is great, thanks.
You might consider at some point updating issue #986
so that it mentions it's DXC specific, if the failure is not found on clang also.
Your XFAIL condition is specific to DXC, so that edit to the issue would be good, or maybe remove the DXC condition from the XFAIL if it isn't necessary. I know it's hard to tell right now with the implementation in clang not ready yet.
Sounds good, once the PR for |
Also on the topic of QuadReadAcrossY, the implementation should be in now, so if you'd like, please open a PR to remove the XFAIL for Clang on those tests since it's now supported 🚀 |
669b3bd to
09885a6
Compare
I've updated the issue to include DXC as part of the title. AFAIK, this does only trigger on DXC, since previous PRs for Looking at the checks, it looks like failing test is unrelated to this PR, so this PR is good to go for me. If we want to get another pair of eyes for review then merge, that would be appreciated. I'm working on some other intrinsic support in the meantime. |
09885a6 to
b6aeb5d
Compare
PR for
QuadReadAcrossDiagonaltests, resolves #881.Note: After following some conversation in other PRs, I added
convergencesuffix toQuadReadAcross*control flow tests in the PR as well.