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

Temporarily skip hipGraph version of LargeIndices test #525

Conversation

umfranzw
Copy link
Collaborator

@umfranzw umfranzw commented Feb 8, 2024

Currently there appear to be some problems calling the atomicAdd function within hipGraphs on some architectures. The atomicAdd function is called within the device_adjacent_difference algorithm's LargeIndices test (check_output class) to increment a counter value. As a result, the hipGraph version of the test fails when called on affected architectures.

This change temporarily skips the hipGraph version of the test. We can re-enable it when the root cause has been addressed.

Currently there appear to be some problems calling the atomicAdd function within hipGraphs on some architectures. The atomicAdd function is called within the device_adjacent_difference algorithm's LargeIndices test (check_output class) to increment a counter value. As a result, the hipGraph version of the test fails when called on affected architectures.

This change temporarily skips the hipGraph version of the test. We can re-enable it when the root cause has been addressed.
Copy link
Contributor

@RobsonRLemos RobsonRLemos left a comment

Choose a reason for hiding this comment

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

The commit looks good. Those 2 CI failed checks do not seem to be related to the modifications.

@umfranzw umfranzw merged commit 435f7f4 into ROCm:release-staging/rocm-rel-6.1 Feb 9, 2024
15 of 17 checks passed
stanleytsang-amd pushed a commit to stanleytsang-amd/rocPRIM that referenced this pull request Apr 17, 2024
…ff_test

Temporarily skip hipGraph version of LargeIndices test
stanleytsang-amd added a commit that referenced this pull request Apr 18, 2024
* Merge pull request #525 from umfranzw/disable_hipgraph_dev_adj_diff_test

Temporarily skip hipGraph version of LargeIndices test

* Update changelog

---------

Co-authored-by: Wayne Franz <[email protected]>
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

2 participants