Skip to content

Conversation

@KungFuDonkey
Copy link

Adds tests for WaveActiveMin, based on the WaveActiveMax tests in #429

I generated the results using a python script, but I cannot figure out how to run the tests. Any guidance on that would help

@llvm-beanz
Copy link
Collaborator

The tests look reasonable to me. I've kicked them to the CI to run.

@KungFuDonkey
Copy link
Author

It complains about WaveActiveMin not existing, which is currently true as the WaveActiveMin PR is not in. Did I miss something that should make this expectedly fail?

E:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\clang-d3d12\WaveOps\Output\WaveActiveMin.test.tmp/source.hlsl:8:21: error: use of undeclared identifier 'WaveActiveMin'; did you mean 'WaveActiveMax'?
# |     8 |   Nans[TID.x % 8] = WaveActiveMin(Nans[TID.x % 8]);
# |       |                     ^~~~~~~~~~~~~
# |       |                     WaveActiveMax

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.

2 participants