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

Fix ROCm 3.9 build #3565

Merged
merged 2 commits into from
Nov 5, 2020
Merged

Fix ROCm 3.9 build #3565

merged 2 commits into from
Nov 5, 2020

Conversation

Rombur
Copy link
Member

@Rombur Rombur commented Nov 3, 2020

This PR fixes ROCm 3.9 build. I've also added a comment that when we switch to ROCm 3.9 we can enable one more test. With ROCm 3.9, we need to disable a single test (atomic complex). Everything else passes but we have couple of tests (currently disabled) that segfault in Kokkos destructor. This is the weird bug that we have reported earlier. ROCm 3.9 seems to have fixed quite a few of the register spill bugs that we had.

cc: @arghdos, @stanmoore1

// FIXME_HIP the parallel_reduce in this test requires a team size larger than
// 256
// FIXME_HIP the parallel_reduce in this test requires a team size larger than
// 256. Fixed in ROCm 3.9
#ifdef KOKKOS_ENABLE_HIP
Copy link
Member

Choose a reason for hiding this comment

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

Did you consider doing #if defined KOKKOS_ENABLE_HIP && ???

@dalg24 dalg24 added this to the Tentative 3.3 Release milestone Nov 4, 2020
@crtrott crtrott merged commit f490ed7 into kokkos:develop Nov 5, 2020
@Rombur Rombur deleted the rocm3.9 branch November 11, 2020 14:39
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