Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily skip hipGraph version of LargeIndices test
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.
- Loading branch information