]> https://gitweb.dealii.org/ - dealii.git/commit
Make Kokkos a required dependency and bundle Kokkos 3.7.00
authorDaniel Arndt <arndtd@ornl.gov>
Tue, 22 Nov 2022 14:57:38 +0000 (09:57 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Tue, 22 Nov 2022 14:57:38 +0000 (09:57 -0500)
commit72475be17808cf8f8b4744c8c72ab1e8cb78ec37
tree27c9722d3c33ba70c82e934dfddc0b3605cdcc29
parent95acc98c42161077e0dfa09cf67356e2cdc90473
Make Kokkos a required dependency and bundle Kokkos 3.7.00
536 files changed:
bundled/CMakeLists.txt
bundled/README.md
bundled/kokkos-3.7.00/CMakeLists.txt [new file with mode: 0644]
bundled/kokkos-3.7.00/Copyright.txt [new file with mode: 0644]
bundled/kokkos-3.7.00/LICENSE [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/KokkosAlgorithms_dummy.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/Kokkos_Random.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/Kokkos_Sort.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/Kokkos_StdAlgorithms.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_AdjacentDifference.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_AdjacentFind.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_AllOf.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_AnyOf.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_BeginEnd.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Copy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_CopyBackward.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_CopyIf.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_CopyN.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Count.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_CountIf.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Distance.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Equal.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_ExclusiveScan.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Fill.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_FillN.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Find.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_FindEnd.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_FindFirstOf.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_FindIf.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_FindIfNot.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_ForEach.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_ForEachN.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Generate.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_GenerateN.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_InclusiveScan.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_IsPartitioned.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_IsSorted.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_IsSortedUntil.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_IterSwap.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_LexicographicalCompare.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_MaxElement.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_MinElement.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_MinMaxElement.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Mismatch.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Move.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_MoveBackward.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_NoneOf.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_PartitionCopy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_PartitionPoint.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Reduce.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Remove.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_RemoveCopy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_RemoveCopyIf.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_RemoveIf.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Replace.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_ReplaceCopy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_ReplaceCopyIf.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_ReplaceIf.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Reverse.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_ReverseCopy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Rotate.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_RotateCopy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Search.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_SearchN.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_ShiftLeft.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_ShiftRight.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Swap.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_SwapRanges.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Transform.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_TransformExclusiveScan.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_TransformInclusiveScan.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_TransformReduce.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_Unique.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/Kokkos_UniqueCopy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_AdjacentDifference.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_AdjacentFind.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_AllOfAnyOfNoneOf.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_Constraints.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_CopyBackward.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_CopyCopyN.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_CopyIf.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_CountCountIf.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_Equal.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_ExclusiveScan.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_FillFillN.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_FindEnd.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_FindFirstOf.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_FindIfOrNot.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_ForEachForEachN.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_GenerateGenerateN.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_HelperPredicates.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_IdentityReferenceUnaryFunctor.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_InclusiveScan.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_IsPartitioned.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_IsSorted.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_IsSortedUntil.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_LexicographicalCompare.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_MinMaxMinmaxElement.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_Mismatch.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_Move.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_MoveBackward.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_PartitionCopy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_PartitionPoint.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_RandomAccessIterator.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_Reduce.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_ReducerWithArbitraryJoinerNoNeutralElement.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_RemoveAllVariants.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_Replace.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_ReplaceCopy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_ReplaceCopyIf.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_ReplaceIf.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_Reverse.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_ReverseCopy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_Rotate.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_RotateCopy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_Search.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_SearchN.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_ShiftLeft.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_ShiftRight.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_SwapRanges.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_Transform.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_TransformExclusiveScan.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_TransformInclusiveScan.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_TransformReduce.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_Unique.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_UniqueCopy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/algorithms/src/std_algorithms/impl/Kokkos_ValueWrapperForNoNeutralElement.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/containers/src/Kokkos_Bitset.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/containers/src/Kokkos_DualView.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/containers/src/Kokkos_DynRankView.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/containers/src/Kokkos_DynamicView.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/containers/src/Kokkos_ErrorReporter.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/containers/src/Kokkos_Functional.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/containers/src/Kokkos_OffsetView.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/containers/src/Kokkos_ScatterView.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/containers/src/Kokkos_StaticCrsGraph.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/containers/src/Kokkos_UnorderedMap.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/containers/src/Kokkos_Vector.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/containers/src/impl/Kokkos_Bitset_impl.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/containers/src/impl/Kokkos_Functional_impl.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/containers/src/impl/Kokkos_StaticCrsGraph_factory.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/containers/src/impl/Kokkos_UnorderedMap_impl.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/containers/src/impl/Kokkos_UnorderedMap_impl.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_CudaSpace.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Alloc.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Atomic_Intrinsics.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Atomic_Intrinsics_Restore_Builtins.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_BlockSize_Deduction.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Error.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_GraphNodeKernel.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_GraphNode_Impl.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Graph_Impl.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Half_Conversion.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Half_Impl_Type.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Instance.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Instance.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_KernelLaunch.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Locks.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Locks.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_MDRangePolicy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Parallel_MDRange.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Parallel_Range.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Parallel_Team.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_ReduceScan.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Task.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Task.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Team.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_UniqueToken.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_Vectorization.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_View.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_WorkGraphPolicy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Cuda/Kokkos_Cuda_abort.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_Abort.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_Atomic.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_BlockSize_Deduction.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_Error.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_Half_Conversion.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_Half_Impl_Type.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_Instance.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_Instance.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_KernelLaunch.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_Locks.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_Locks.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_MDRangePolicy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_Parallel_MDRange.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_Parallel_Range.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_Parallel_Team.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_ReduceScan.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_Shuffle_Reduce.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_Space.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_Team.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_UniqueToken.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_Vectorization.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HIP/Kokkos_HIP_WorkGraphPolicy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HPX/Kokkos_HPX.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HPX/Kokkos_HPX_Task.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HPX/Kokkos_HPX_Task.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/HPX/Kokkos_HPX_WorkGraphPolicy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/KokkosCore_Config_DeclareBackend.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/KokkosCore_Config_FwdBackend.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/KokkosCore_Config_PostInclude.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/KokkosCore_Config_SetupBackend.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/KokkosCore_config.h [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/KokkosExp_InterOp.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/KokkosExp_MDRangePolicy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_AcquireUniqueTokenImpl.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_AnonymousSpace.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Array.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Atomic.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Atomics_Desul_Config.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Atomics_Desul_Volatile_Wrapper.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Atomics_Desul_Wrapper.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Complex.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Concepts.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_CopyViews.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Core.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Core_fwd.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Crs.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Cuda.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_CudaSpace.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_DetectionIdiom.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_ExecPolicy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Extents.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Future.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Graph.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_GraphNode.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Graph_fwd.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_HBWSpace.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_HIP.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_HIP_Space.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_HPX.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Half.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_HostSpace.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Layout.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_LogicalSpaces.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Macros.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_MasterLock.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_MathematicalConstants.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_MathematicalFunctions.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_MathematicalSpecialFunctions.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_MemoryPool.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_MemoryTraits.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_MinMaxClamp.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_NumericTraits.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_OpenMP.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_OpenMPTarget.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_OpenMPTargetSpace.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Pair.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Parallel.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Parallel_Reduce.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_PointerOwnership.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Profiling_ProfileSection.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Rank.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_SYCL.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_SYCL_Space.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_ScratchSpace.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Serial.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_TaskPolicy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_TaskScheduler.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_TaskScheduler_fwd.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Threads.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Timer.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Tuners.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_UniqueToken.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_Vectorization.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_View.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_WorkGraphPolicy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Kokkos_hwloc.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenACC/Kokkos_OpenACC.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenACC/Kokkos_OpenACC.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenACC/Kokkos_OpenACCSpace.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenACC/Kokkos_OpenACCSpace.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenACC/Kokkos_OpenACC_Instance.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenACC/Kokkos_OpenACC_Instance.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenACC/Kokkos_OpenACC_Traits.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMP/Kokkos_OpenMP_Instance.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMP/Kokkos_OpenMP_Instance.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMP/Kokkos_OpenMP_Parallel.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMP/Kokkos_OpenMP_Task.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMP/Kokkos_OpenMP_Task.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMP/Kokkos_OpenMP_Team.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMP/Kokkos_OpenMP_WorkGraphPolicy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Abort.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Error.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Exec.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Exec.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Instance.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Instance.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Parallel.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_MDRange.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Task.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Task.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/OpenMPTarget/Kokkos_OpenMPTarget_UniqueToken.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/SYCL/Kokkos_SYCL.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/SYCL/Kokkos_SYCL_Abort.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/SYCL/Kokkos_SYCL_DeepCopy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/SYCL/Kokkos_SYCL_Half_Conversion.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/SYCL/Kokkos_SYCL_Half_Impl_Type.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/SYCL/Kokkos_SYCL_Instance.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/SYCL/Kokkos_SYCL_Instance.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/SYCL/Kokkos_SYCL_MDRangePolicy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/SYCL/Kokkos_SYCL_Parallel_Range.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/SYCL/Kokkos_SYCL_Parallel_Reduce.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/SYCL/Kokkos_SYCL_Parallel_Scan.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/SYCL/Kokkos_SYCL_Parallel_Team.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/SYCL/Kokkos_SYCL_Space.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/SYCL/Kokkos_SYCL_Team.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/SYCL/Kokkos_SYCL_UniqueToken.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Serial/Kokkos_Serial.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Serial/Kokkos_Serial_Parallel_MDRange.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Serial/Kokkos_Serial_Parallel_Range.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Serial/Kokkos_Serial_Parallel_Team.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Serial/Kokkos_Serial_Task.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Serial/Kokkos_Serial_Task.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Serial/Kokkos_Serial_UniqueToken.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Serial/Kokkos_Serial_WorkGraphPolicy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Threads/Kokkos_ThreadsExec.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Threads/Kokkos_ThreadsExec.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Threads/Kokkos_ThreadsTeam.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Threads/Kokkos_Threads_Parallel_MDRange.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Threads/Kokkos_Threads_Parallel_Range.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Threads/Kokkos_Threads_Parallel_Team.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Threads/Kokkos_Threads_UniqueToken.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/Threads/Kokkos_Threads_WorkGraphPolicy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/View/Hooks/Kokkos_ViewHooks.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/decl/Kokkos_Declare_CUDA.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/decl/Kokkos_Declare_HBWSpace.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/decl/Kokkos_Declare_HIP.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/decl/Kokkos_Declare_HPX.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/decl/Kokkos_Declare_OPENACC.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/decl/Kokkos_Declare_OPENMP.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/decl/Kokkos_Declare_OPENMPTARGET.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/decl/Kokkos_Declare_SERIAL.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/decl/Kokkos_Declare_SYCL.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/decl/Kokkos_Declare_THREADS.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/dummy.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/fwd/Kokkos_Fwd_CUDA.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/fwd/Kokkos_Fwd_HBWSpace.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/fwd/Kokkos_Fwd_HIP.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/fwd/Kokkos_Fwd_HPX.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/fwd/Kokkos_Fwd_OPENACC.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/fwd/Kokkos_Fwd_OPENMP.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/fwd/Kokkos_Fwd_OPENMPTARGET.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/fwd/Kokkos_Fwd_SERIAL.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/fwd/Kokkos_Fwd_SYCL.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/fwd/Kokkos_Fwd_THREADS.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/KokkosExp_Host_IterateTile.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/KokkosExp_IterateTileGPU.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/KokkosExp_ViewMapping.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_AnalyzePolicy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_Assembly.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_Compare_Exchange_Strong.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_Compare_Exchange_Weak.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_Decrement.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_Exchange.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_Fetch_Add.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_Fetch_And.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_Fetch_Or.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_Fetch_Sub.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_Generic.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_Generic_Secondary.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_Increment.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_Load.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_Memory_Order.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_MinMax.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_Store.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_View.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Atomic_Windows.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_BitOps.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_CPUDiscovery.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_CPUDiscovery.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_ChaseLev.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_ClockTic.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Combined_Reducer.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Command_Line_Parsing.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Command_Line_Parsing.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_ConcurrentBitset.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Core.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Default_GraphNodeKernel.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Default_GraphNode_Impl.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Default_Graph_Impl.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Default_Graph_fwd.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_DeviceManagement.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_EBO.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Error.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Error.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_ExecPolicy.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_ExecSpaceManager.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_FixedBufferMemoryPool.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_FunctorAnalysis.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_GraphImpl.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_GraphImpl_Utilities.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_GraphImpl_fwd.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_GraphNodeCustomization.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_GraphNodeImpl.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_HBWSpace.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_HostBarrier.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_HostBarrier.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_HostSharedPtr.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_HostSpace.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_HostSpace_deepcopy.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_HostSpace_deepcopy.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_HostThreadTeam.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_HostThreadTeam.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_InitializationSettings.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_LIFO.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_LinkedListNode.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_MemoryPool.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_MemoryPoolAllocator.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_MemorySpace.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_MemorySpace.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Memory_Fence.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_MultipleTaskQueue.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_NumericTraits.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_OptionalRef.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_ParseCommandLineArgumentsAndEnvironmentVariables.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_PhysicalLayout.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Profiling.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Profiling.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Profiling_C_Interface.h [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Profiling_DeviceInfo.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Profiling_Interface.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_QuadPrecisionMath.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_SharedAlloc.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_SharedAlloc.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_SharedAlloc_timpl.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_SimpleTaskScheduler.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_SingleTaskQueue.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Spinwait.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Spinwait.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Stacktrace.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Stacktrace.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_StringManipulation.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_TaskBase.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_TaskNode.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_TaskPolicyData.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_TaskQueue.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_TaskQueueCommon.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_TaskQueueMemoryManager.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_TaskQueueMultiple.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_TaskQueueMultiple_impl.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_TaskQueue_impl.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_TaskResult.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_TaskTeamMember.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Timer.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Tools.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Tools_Generic.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Traits.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Utilities.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_VLAEmulation.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_ViewArray.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_ViewCtor.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_ViewLayoutTiled.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_ViewMapping.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_ViewTracker.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_ViewUniformType.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_Volatile_Load.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/impl/Kokkos_hwloc.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/setup/Kokkos_Setup_Cuda.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/setup/Kokkos_Setup_HIP.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/setup/Kokkos_Setup_SYCL.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/traits/Kokkos_ExecutionSpaceTrait.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/traits/Kokkos_GraphKernelTrait.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/traits/Kokkos_IndexTypeTrait.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/traits/Kokkos_IterationPatternTrait.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/traits/Kokkos_LaunchBoundsTrait.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/traits/Kokkos_OccupancyControlTrait.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/traits/Kokkos_PolicyTraitAdaptor.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/traits/Kokkos_PolicyTraitMatcher.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/traits/Kokkos_ScheduleTrait.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/traits/Kokkos_Traits_fwd.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/traits/Kokkos_WorkItemPropertyTrait.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/core/src/traits/Kokkos_WorkTagTrait.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/simd/cmake/Dependencies.cmake [new file with mode: 0644]
bundled/kokkos-3.7.00/simd/src/Kokkos_SIMD.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/simd/src/Kokkos_SIMD_AVX512.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/simd/src/Kokkos_SIMD_Common.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/simd/src/Kokkos_SIMD_Scalar.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/simd/src/Kokkos_SIMD_dummy.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/.clang-format [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/Atomic_Ref.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/CUDA.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/Common.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/Compare_Exchange.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/Compare_Exchange_CUDA.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/Compare_Exchange_GCC.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/Compare_Exchange_HIP.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/Compare_Exchange_MSVC.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/Compare_Exchange_OpenMP.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/Compare_Exchange_SYCL.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/Compare_Exchange_ScopeCaller.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/Compare_Exchange_Serial.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/GCC.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/Generic.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/HIP.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/Lock_Array.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/Lock_Array_Cuda.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/Lock_Array_HIP.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/Macros.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/OpenMP.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/SYCL.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/SYCLConversions.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/cuda/CUDA_asm.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/cuda/CUDA_asm_exchange.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/cuda/cuda_cc7_asm.inc [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_forceglobal [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_generic [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_isglobal [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_predicate [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_forceglobal [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_generic [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_isglobal [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_predicate [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/cuda/cuda_cc7_asm_exchange.inc [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/cuda/cuda_cc7_asm_exchange_memorder.inc [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/cuda/cuda_cc7_asm_exchange_op.inc [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/cuda/cuda_cc7_asm_memorder.inc [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/openmp/OpenMP_40.hpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/include/desul/atomics/openmp/OpenMP_40_op.inc [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/src/Lock_Array_CUDA.cpp [new file with mode: 0644]
bundled/kokkos-3.7.00/tpls/desul/src/Lock_Array_HIP.cpp [new file with mode: 0644]
bundled/setup_bundled.cmake
cmake/configure/configure_20_trilinos.cmake
cmake/configure/configure_30_kokkos.cmake
cmake/modules/FindKOKKOS.cmake
doc/developers/packaging.html
doc/news/changes/major/20221026Arndt [new file with mode: 0644]
doc/readme.html
doc/users/cmake_dealii.html
include/deal.II/base/config.h.in
tests/quick_tests/CMakeLists.txt
tests/quick_tests/kokkos.cc [new file with mode: 0644]

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.