-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the OpenACC parallel_reduce() constructs with Range/MDRange/Te…
…am (#6072) * Update the OpenACC parallel_reduce() constructs with Range/MDRange/Team Policy to support reductions on device data. * Update as suggested by the code review. * Add comments as suggested by the code review. * Undo the unit test CMake change. * Update the OpenACC parallel_reduce() implementations to correctly handle the cases where the number of iterations is zero. Update reduction-related unit tests to disable unsupported tests for the OpenACC backend. Update CMakeLists.txt in the unit test to enable reduction-related unit tests supported by the OpenACC backend. * Re-enabled supported unit tests. * Disable TestOpenACC_Reducers_a.cpp since it fails when compiled by NVHPC V22.5 or older * Disable unsupported unit test.
- Loading branch information
Showing
6 changed files
with
112 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters