Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor OpenMPTarget backend (#5726)
* OpenMPTarget: Refactored the current code into individual files that implement individual constructs. * OpenMPTarget: Block unit tests that fail with llvm/16. * OpenMPTarget: Adding the ParallelScan for hierarchical parallelism in a different file. * OpenMPTarget: Add ParallelScan for TeamPolicy in a separate file. * OpenMPTarget: Edits to include file names where needed. * OpenMPTarget: Removed the diff_files file. * OpenMPTarget: Rolled back the changes in the CMakeList for unit test. * OpenMPTarget: diff_files reverted as of the develop branch. Moved Kokkos_OpenMPTargetSpace file into OpenMPTarget dir. * OpenMPTarget: Fixing diff_files. * OpenMPTarget: Delete empty lines at the top before license information. * OpenMPTarget: Adding the OpenMPTargetSpace file which was removed from the dir above. * OpenMPTarget: Moved the Kokkos_OpenMPTarget.hpp file inside OpenMPTarget dir. --------- Co-authored-by: Rahulkumar Gayatri <[email protected]> Co-authored-by: Daniel Arndt <[email protected]>
- Loading branch information