-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from lanl/dholladay00/portable_copy
Initial commit to remove kokkos specific code for copying views, base…
- Loading branch information
Showing
4 changed files
with
15 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ class Spiner(CMakePackage, CudaPackage): | |
depends_on("[email protected]:", when="@1.6.0:") | ||
depends_on("[email protected]:2.13.9") | ||
depends_on("[email protected]:", when="@:1.5.1") | ||
depends_on("ports-of-call@1.3.0:", when="@1.6.0:") | ||
depends_on("ports-of-call@1.5.1:", when="@1.6.0:") | ||
|
||
# Currently the raw cuda backend of ports-of-call is not supported. | ||
depends_on("ports-of-call portability_strategy=Kokkos", when="@:1.5.1 +kokkos") | ||
|
@@ -63,7 +63,7 @@ class Spiner(CMakePackage, CudaPackage): | |
for _flag in ("~cuda", "+cuda", "~openmp", "+openmp"): | ||
depends_on("[email protected]: " + _flag, when="+kokkos" + _flag) | ||
depends_on( | ||
"[email protected]: ~shared+wrapper+cuda_lambda+cuda_constexpr+cuda_relocatable_device_code", | ||
"[email protected]: ~shared+wrapper+cuda_lambda+cuda_constexpr", | ||
when="+cuda+kokkos", | ||
) | ||
|
||
|
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