Skip to content

Add WaveActiveMin Tests#1073

Merged
bob80905 merged 3 commits intollvm:mainfrom
bob80905:add_waveactivemin_tests
Apr 14, 2026
Merged

Add WaveActiveMin Tests#1073
bob80905 merged 3 commits intollvm:mainfrom
bob80905:add_waveactivemin_tests

Conversation

@bob80905
Copy link
Copy Markdown
Contributor

@bob80905 bob80905 commented Apr 9, 2026

Adds WaveActiveMin tests. Uses WaveActiveMax tests as a reference.
Fixes #913

Assisted by: Github Copilot

@bob80905 bob80905 marked this pull request as ready for review April 9, 2026 20:42
Comment thread test/WaveOps/WaveActiveMin.fp16.test
Comment thread test/WaveOps/WaveActiveMin.test Outdated
Comment on lines +24 to +33
Data: [ nan, nan, nan, nan ]
- Name: Infs
Format: Float32
Data: [ inf, inf, inf, inf ]
- Name: NegInfs
Format: Float32
Data: [ -inf, -inf, -inf, -inf ]
- Name: Mix
Format: Float32
Data: [ inf, -inf, nan, 0 ]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing nan, infs and denorm is not a good idea. IHVs don't deal with them consistently in the drivers, QC is particularly sensitive to them. And might cause false failing tests.

@llvm llvm deleted a comment from bob80905 Apr 10, 2026
@joaosaffran
Copy link
Copy Markdown
Contributor

joaosaffran commented Apr 10, 2026

Also, can we add the test-all label and add push another commit, to trigger it?

@bob80905 bob80905 added the test-all When applied to a PR this will opt-in to additional pre-merge test configurations.. label Apr 11, 2026
@joaosaffran joaosaffran self-requested a review April 14, 2026 01:06
@bob80905 bob80905 merged commit 0d8251f into llvm:main Apr 14, 2026
23 of 45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test-all When applied to a PR this will opt-in to additional pre-merge test configurations..

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add test for WaveActiveMin

4 participants