Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reenable HIP testing on AMD GPUs #6731

Merged
merged 2 commits into from
Jan 22, 2024
Merged

Reenable HIP testing on AMD GPUs #6731

merged 2 commits into from
Jan 22, 2024

Conversation

Rombur
Copy link
Member

@Rombur Rombur commented Jan 19, 2024

This PRs reenables CI on AMD using AMD GPUs. I had to disable the memory requirement test. It passes on my machine but not on the CI.

@Rombur
Copy link
Member Author

Rombur commented Jan 19, 2024

retest this please

@Rombur Rombur changed the title Trying the reenable HIP testing Reenable HIP testing on AMD GPUs Jan 22, 2024
@Rombur Rombur marked this pull request as ready for review January 22, 2024 15:43
Comment on lines +51 to +53
// FIXME_HIP
GTEST_SKIP() << "skipping the test because the CI on MI100 returns: error( "
"hipErrorInvalidValue)";
Copy link
Contributor

@ldh4 ldh4 Jan 22, 2024

Choose a reason for hiding this comment

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

If it fails only for MI100, should this skip be specific for MI100 rather than always skipping (i.e. by ifdef'ing against KOKKOS_ENABLE_ARCH_GFX908 or so)?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't know why it fails. It could be the architecture, the version of the driver installed, it could be related to something else in the CI. For now, I just want to get the CI back up and look at that later. We should get some MI210 soon that should help to understand the issue better,

@dalg24 dalg24 merged commit 34973c7 into kokkos:develop Jan 22, 2024
30 of 31 checks passed
@Rombur Rombur deleted the hip_ci_new branch February 5, 2024 15:03
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.

None yet

4 participants