-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule kokkos
updated
20 files
+14 −1 | CHANGELOG.md | |
+1 −1 | CMakeLists.txt | |
+8 −41 | Copyright.txt | |
+0 −10 | LICENSE | |
+17 −17 | Makefile.kokkos | |
+5 −0 | algorithms/src/sorting/impl/Kokkos_SortImpl.hpp | |
+1 −1 | bin/nvcc_wrapper | |
+1 −0 | cmake/KokkosCore_config.h.in | |
+20 −17 | cmake/kokkos_enable_devices.cmake | |
+1 −0 | cmake/kokkos_enable_options.cmake | |
+3 −2 | core/src/Cuda/Kokkos_Cuda_Parallel_Range.hpp | |
+4 −0 | core/src/HIP/Kokkos_HIP.cpp | |
+4 −0 | core/src/HIP/Kokkos_HIP_SharedAllocationRecord.cpp | |
+4 −0 | core/src/HIP/Kokkos_HIP_SharedAllocationRecord.hpp | |
+18 −1 | core/src/HIP/Kokkos_HIP_Space.hpp | |
+6 −6 | core/src/Serial/Kokkos_Serial_Parallel_Team.hpp | |
+14 −0 | core/unit_test/TestExecSpacePartitioning.hpp | |
+26 −0 | core/unit_test/TestReduce.hpp | |
+16 −0 | core/unit_test/hip/TestHIP_Spaces.cpp | |
+1 −0 | master_history.txt |