Skip to content

Update LKG WARP version to 1.0.19#1111

Merged
Icohedron merged 1 commit intollvm:mainfrom
Icohedron:warp-1.0.19
Apr 23, 2026
Merged

Update LKG WARP version to 1.0.19#1111
Icohedron merged 1 commit intollvm:mainfrom
Icohedron:warp-1.0.19

Conversation

@Icohedron
Copy link
Copy Markdown
Contributor

@Icohedron Icohedron commented Apr 23, 2026

This PR updates the last-known-good WARP version to 1.0.19 and removes XFAILs from tests that now pass after the update.

@Icohedron
Copy link
Copy Markdown
Contributor Author

There is a test failure for WaveOps/WaveActiveAllEqual.fp64.test on amd64 but it passes on ARM64.
https://github.com/llvm/offload-test-suite/actions/runs/24811643905/job/72617582293?pr=1111#step:13:537

The part of the output that is incorrect is the "constant-folding case":

// constant folding case
bool4 ResultCF = WaveActiveAllEqual(double4(1,1,1,1));
Out[index + TID.x] = ResultCF.x;
index += 4;
Out[index + TID.x] = ResultCF.y;
index += 4;
Out[index + TID.x] = ResultCF.z;
index += 4;
Out[index + TID.x] = ResultCF.w;
index += 4;

Will merge this PR for now, and triage the issue later.

@Icohedron Icohedron merged commit cbcf123 into llvm:main Apr 23, 2026
8 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants