Skip to content

Conversation

@danbrown-amd
Copy link

Test values taken from the isinf() tests; others may be relevant.

...
#--- end

# llvm/llvm-project#141089
Copy link
Member

Choose a reason for hiding this comment

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

the issue you linked is closed llvm/llvm-project#141089 are you sure this should still xfail for clang-vulkan?

Copy link
Author

Choose a reason for hiding this comment

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

Clang-Vulkan XFAIL removed.

# llvm/llvm-project#141089
# XFAIL: Clang-Vulkan

# https://github.com/llvm/llvm-project/issues/145571
Copy link
Member

Choose a reason for hiding this comment

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

We added the isnan emulation see https://github.com/llvm/llvm-project/pull/157505/files this should work for clang.

Copy link
Author

Choose a reason for hiding this comment

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

I don't have an nVidia GPU, so I suppose I can't test for DirectX-NV?

Copy link
Member

Choose a reason for hiding this comment

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

We don't run the nvidia gpu runner yet on the PR runs. and the only way to manually invoke it would be if you had a branch on this repository. There doesn't apear to be anyway to do that with a fork. That said I feel confident that if you are seeing the emulation passing on amd\intel for sm 6.8 and lower then it should pass for nvidia too since we won't be emitting the opcode that would blow things up.

Copy link
Collaborator

@damyanp damyanp Oct 23, 2025

Choose a reason for hiding this comment

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

If you add a test-all label to the PR then it should run against all the machines in the offload tester lab.

https://github.com/llvm/offload-test-suite/blob/main/docs/CI.md

If this doesn't work for PRs from forks we should update these docs!

@damyanp damyanp added the test-all When applied to a PR this will opt-in to additional pre-merge test configurations.. label Oct 23, 2025
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.

3 participants