CMakeLists.txt
LICENSE
MANIFEST.in
README.md
VERSION
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
cmake/Modules/KokkosPythonBuildOptions.cmake
cmake/Modules/KokkosPythonCompilers.cmake
cmake/Modules/KokkosPythonFormat.cmake
cmake/Modules/KokkosPythonKokkos.cmake
cmake/Modules/KokkosPythonOptions.cmake
cmake/Modules/KokkosPythonPackages.cmake
cmake/Modules/KokkosPythonSetup.cmake
cmake/Modules/KokkosPythonUtilities.cmake
cmake/Templates/KokkosExp_InterOp.hpp
cmake/Templates/demangle.cpp
examples/CMakeLists.txt
examples/ex-generate.cpp
examples/ex-numpy.py
examples/user.cpp
examples/user.hpp
external/CMakeLists.txt
external/kokkos/.clang-format
external/kokkos/.clang-format-ignore
external/kokkos/.clang-tidy
external/kokkos/.codecov.yml
external/kokkos/.jenkins
external/kokkos/.travis.yml
external/kokkos/BUILD.md
external/kokkos/CHANGELOG.md
external/kokkos/CMakeLists.txt
external/kokkos/CONTRIBUTING.md
external/kokkos/Copyright.txt
external/kokkos/HOW_TO_SNAPSHOT
external/kokkos/LICENSE
external/kokkos/Makefile.kokkos
external/kokkos/Makefile.targets
external/kokkos/README.md
external/kokkos/Spack.md
external/kokkos/appveyor.yml
external/kokkos/generate_makefile.bash
external/kokkos/gnu_generate_makefile.bash
external/kokkos/master_history.txt
external/kokkos/.github/workflows/cancelling.yml
external/kokkos/.github/workflows/continuous-integration-workflow.yml
external/kokkos/.github/workflows/osx.yml
external/kokkos/algorithms/CMakeLists.txt
external/kokkos/algorithms/cmake/Dependencies.cmake
external/kokkos/algorithms/cmake/KokkosAlgorithms_config.h.in
external/kokkos/algorithms/src/CMakeLists.txt
external/kokkos/algorithms/src/KokkosAlgorithms_dummy.cpp
external/kokkos/algorithms/src/Kokkos_Random.hpp
external/kokkos/algorithms/src/Kokkos_Sort.hpp
external/kokkos/algorithms/unit_tests/CMakeLists.txt
external/kokkos/algorithms/unit_tests/Makefile
external/kokkos/algorithms/unit_tests/TestOpenMP_Sort1D.cpp
external/kokkos/algorithms/unit_tests/TestOpenMP_Sort3D.cpp
external/kokkos/algorithms/unit_tests/TestOpenMP_SortDynamicView.cpp
external/kokkos/algorithms/unit_tests/TestRandom.hpp
external/kokkos/algorithms/unit_tests/TestRandomCommon.hpp
external/kokkos/algorithms/unit_tests/TestSort.hpp
external/kokkos/algorithms/unit_tests/TestSortCommon.hpp
external/kokkos/algorithms/unit_tests/UnitTestMain.cpp
external/kokkos/benchmarks/atomic/Makefile
external/kokkos/benchmarks/atomic/main.cpp
external/kokkos/benchmarks/benchmark_suite/scripts/build_code.bash
external/kokkos/benchmarks/benchmark_suite/scripts/checkout_repos.bash
external/kokkos/benchmarks/benchmark_suite/scripts/run_benchmark.bash
external/kokkos/benchmarks/benchmark_suite/scripts/run_tests.bash
external/kokkos/benchmarks/bytes_and_flops/Makefile
external/kokkos/benchmarks/bytes_and_flops/bench.hpp
external/kokkos/benchmarks/bytes_and_flops/bench_stride.hpp
external/kokkos/benchmarks/bytes_and_flops/bench_unroll_stride.hpp
external/kokkos/benchmarks/bytes_and_flops/main.cpp
external/kokkos/benchmarks/gather/Makefile
external/kokkos/benchmarks/gather/gather.hpp
external/kokkos/benchmarks/gather/gather_unroll.hpp
external/kokkos/benchmarks/gather/main.cpp
external/kokkos/benchmarks/gups/Makefile
external/kokkos/benchmarks/gups/gups-kokkos.cpp
external/kokkos/benchmarks/policy_performance/Makefile
external/kokkos/benchmarks/policy_performance/main.cpp
external/kokkos/benchmarks/policy_performance/policy_perf_test.hpp
external/kokkos/benchmarks/policy_performance/script_basic_testing.sh
external/kokkos/benchmarks/policy_performance/script_sample_usage.sh
external/kokkos/benchmarks/stream/Makefile
external/kokkos/benchmarks/stream/stream-kokkos.cpp
external/kokkos/bin/hpcbind
external/kokkos/bin/kokkos_launch_compiler
external/kokkos/bin/nvcc_wrapper
external/kokkos/bin/runtest
external/kokkos/cmake/CTestConfig.cmake.in
external/kokkos/cmake/Dependencies.cmake
external/kokkos/cmake/KokkosCI.cmake
external/kokkos/cmake/KokkosCTest.cmake.in
external/kokkos/cmake/KokkosConfig.cmake.in
external/kokkos/cmake/KokkosConfigCommon.cmake.in
external/kokkos/cmake/KokkosCore_Config_HeaderSet.in
external/kokkos/cmake/KokkosCore_config.h.in
external/kokkos/cmake/KokkosTrilinosConfig.cmake.in
external/kokkos/cmake/README.md
external/kokkos/cmake/cray.cmake
external/kokkos/cmake/fake_tribits.cmake
external/kokkos/cmake/gnu.cmake
external/kokkos/cmake/intel.cmake
external/kokkos/cmake/kokkos_arch.cmake
external/kokkos/cmake/kokkos_check_env.cmake
external/kokkos/cmake/kokkos_compiler_id.cmake
external/kokkos/cmake/kokkos_corner_cases.cmake
external/kokkos/cmake/kokkos_enable_devices.cmake
external/kokkos/cmake/kokkos_enable_options.cmake
external/kokkos/cmake/kokkos_functions.cmake
external/kokkos/cmake/kokkos_install.cmake
external/kokkos/cmake/kokkos_pick_cxx_std.cmake
external/kokkos/cmake/kokkos_test_cxx_std.cmake
external/kokkos/cmake/kokkos_tpls.cmake
external/kokkos/cmake/kokkos_tribits.cmake
external/kokkos/cmake/msvc.cmake
external/kokkos/cmake/pgi.cmake
external/kokkos/cmake/Modules/CudaToolkit.cmake
external/kokkos/cmake/Modules/FindTPLCUDA.cmake
external/kokkos/cmake/Modules/FindTPLHPX.cmake
external/kokkos/cmake/Modules/FindTPLHWLOC.cmake
external/kokkos/cmake/Modules/FindTPLLIBDL.cmake
external/kokkos/cmake/Modules/FindTPLLIBNUMA.cmake
external/kokkos/cmake/Modules/FindTPLLIBRT.cmake
external/kokkos/cmake/Modules/FindTPLMEMKIND.cmake
external/kokkos/cmake/Modules/FindTPLPTHREAD.cmake
external/kokkos/cmake/Modules/FindTPLROCM.cmake
external/kokkos/cmake/compile_tests/clang_omp.cpp
external/kokkos/cmake/compile_tests/cplusplus14.cpp
external/kokkos/cmake/compile_tests/cuda_compute_capability.cc
external/kokkos/cmake/compile_tests/pthread.cpp
external/kokkos/cmake/deps/CUDA.cmake
external/kokkos/cmake/deps/CUSPARSE.cmake
external/kokkos/cmake/deps/HWLOC.cmake
external/kokkos/cmake/deps/Pthread.cmake
external/kokkos/cmake/tpls/FindTPLCUSPARSE.cmake
external/kokkos/cmake/tpls/FindTPLHWLOC.cmake
external/kokkos/cmake/tpls/FindTPLPthread.cmake
external/kokkos/config/test_all_sandia
external/kokkos/config/yaml/volta.yaml
external/kokkos/containers/CMakeLists.txt
external/kokkos/containers/cmake/Dependencies.cmake
external/kokkos/containers/cmake/KokkosContainers_config.h.in
external/kokkos/containers/performance_tests/CMakeLists.txt
external/kokkos/containers/performance_tests/Makefile
external/kokkos/containers/performance_tests/TestCuda.cpp
external/kokkos/containers/performance_tests/TestDynRankView.hpp
external/kokkos/containers/performance_tests/TestGlobal2LocalIds.hpp
external/kokkos/containers/performance_tests/TestHIP.cpp
external/kokkos/containers/performance_tests/TestHPX.cpp
external/kokkos/containers/performance_tests/TestMain.cpp
external/kokkos/containers/performance_tests/TestOpenMP.cpp
external/kokkos/containers/performance_tests/TestScatterView.hpp
external/kokkos/containers/performance_tests/TestThreads.cpp
external/kokkos/containers/performance_tests/TestUnorderedMapPerformance.hpp
external/kokkos/containers/src/CMakeLists.txt
external/kokkos/containers/src/Kokkos_Bitset.hpp
external/kokkos/containers/src/Kokkos_DualView.hpp
external/kokkos/containers/src/Kokkos_DynRankView.hpp
external/kokkos/containers/src/Kokkos_DynamicView.hpp
external/kokkos/containers/src/Kokkos_ErrorReporter.hpp
external/kokkos/containers/src/Kokkos_Functional.hpp
external/kokkos/containers/src/Kokkos_OffsetView.hpp
external/kokkos/containers/src/Kokkos_ScatterView.hpp
external/kokkos/containers/src/Kokkos_StaticCrsGraph.hpp
external/kokkos/containers/src/Kokkos_UnorderedMap.hpp
external/kokkos/containers/src/Kokkos_Vector.hpp
external/kokkos/containers/src/impl/Kokkos_Bitset_impl.hpp
external/kokkos/containers/src/impl/Kokkos_Functional_impl.hpp
external/kokkos/containers/src/impl/Kokkos_StaticCrsGraph_factory.hpp
external/kokkos/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
external/kokkos/containers/src/impl/Kokkos_UnorderedMap_impl.hpp
external/kokkos/containers/unit_tests/CMakeLists.txt
external/kokkos/containers/unit_tests/Makefile
external/kokkos/containers/unit_tests/TestBitset.hpp
external/kokkos/containers/unit_tests/TestDualView.hpp
external/kokkos/containers/unit_tests/TestDynViewAPI.hpp
external/kokkos/containers/unit_tests/TestDynViewAPI_generic.hpp
external/kokkos/containers/unit_tests/TestDynViewAPI_rank12345.hpp
external/kokkos/containers/unit_tests/TestDynViewAPI_rank67.hpp
external/kokkos/containers/unit_tests/TestDynamicView.hpp
external/kokkos/containers/unit_tests/TestErrorReporter.hpp
external/kokkos/containers/unit_tests/TestOffsetView.hpp
external/kokkos/containers/unit_tests/TestScatterView.hpp
external/kokkos/containers/unit_tests/TestStaticCrsGraph.hpp
external/kokkos/containers/unit_tests/TestUnorderedMap.hpp
external/kokkos/containers/unit_tests/TestVector.hpp
external/kokkos/containers/unit_tests/TestViewCtorPropEmbeddedDim.hpp
external/kokkos/containers/unit_tests/UnitTestMain.cpp
external/kokkos/core/CMakeLists.txt
external/kokkos/core/cmake/Dependencies.cmake
external/kokkos/core/cmake/KokkosCore_config.h.in
external/kokkos/core/perf_test/CMakeLists.txt
external/kokkos/core/perf_test/Makefile
external/kokkos/core/perf_test/PerfTestBlasKernels.hpp
external/kokkos/core/perf_test/PerfTestDriver.hpp
external/kokkos/core/perf_test/PerfTestGramSchmidt.cpp
external/kokkos/core/perf_test/PerfTestHexGrad.cpp
external/kokkos/core/perf_test/PerfTestMDRange.hpp
external/kokkos/core/perf_test/PerfTestMain.cpp
external/kokkos/core/perf_test/PerfTest_Category.hpp
external/kokkos/core/perf_test/PerfTest_CustomReduction.cpp
external/kokkos/core/perf_test/PerfTest_ExecSpacePartitioning.cpp
external/kokkos/core/perf_test/PerfTest_ViewAllocate.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy.hpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_a123.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_a45.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_a6.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_a7.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_a8.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_b123.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_b45.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_b6.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_b7.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_b8.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_c123.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_c45.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_c6.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_c7.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_c8.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_d123.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_d45.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_d6.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_d7.cpp
external/kokkos/core/perf_test/PerfTest_ViewCopy_d8.cpp
external/kokkos/core/perf_test/PerfTest_ViewFill.hpp
external/kokkos/core/perf_test/PerfTest_ViewFill_123.cpp
external/kokkos/core/perf_test/PerfTest_ViewFill_45.cpp
external/kokkos/core/perf_test/PerfTest_ViewFill_6.cpp
external/kokkos/core/perf_test/PerfTest_ViewFill_7.cpp
external/kokkos/core/perf_test/PerfTest_ViewFill_8.cpp
external/kokkos/core/perf_test/PerfTest_ViewResize.hpp
external/kokkos/core/perf_test/PerfTest_ViewResize_123.cpp
external/kokkos/core/perf_test/PerfTest_ViewResize_45.cpp
external/kokkos/core/perf_test/PerfTest_ViewResize_6.cpp
external/kokkos/core/perf_test/PerfTest_ViewResize_7.cpp
external/kokkos/core/perf_test/PerfTest_ViewResize_8.cpp
external/kokkos/core/perf_test/run_mempool.sh
external/kokkos/core/perf_test/run_mempool_fill.sh
external/kokkos/core/perf_test/run_taskdag.sh
external/kokkos/core/perf_test/test_atomic.cpp
external/kokkos/core/perf_test/test_atomic_minmax_simple.cpp
external/kokkos/core/perf_test/test_mempool.cpp
external/kokkos/core/perf_test/test_taskdag.cpp
external/kokkos/core/src/CMakeLists.txt
external/kokkos/core/src/KokkosExp_MDRangePolicy.hpp
external/kokkos/core/src/Kokkos_AcquireUniqueTokenImpl.hpp
external/kokkos/core/src/Kokkos_AnonymousSpace.hpp
external/kokkos/core/src/Kokkos_Array.hpp
external/kokkos/core/src/Kokkos_Atomic.hpp
external/kokkos/core/src/Kokkos_Complex.hpp
external/kokkos/core/src/Kokkos_Concepts.hpp
external/kokkos/core/src/Kokkos_CopyViews.hpp
external/kokkos/core/src/Kokkos_Core.hpp
external/kokkos/core/src/Kokkos_Core_fwd.hpp
external/kokkos/core/src/Kokkos_Crs.hpp
external/kokkos/core/src/Kokkos_Cuda.hpp
external/kokkos/core/src/Kokkos_CudaSpace.hpp
external/kokkos/core/src/Kokkos_ExecPolicy.hpp
external/kokkos/core/src/Kokkos_Extents.hpp
external/kokkos/core/src/Kokkos_Future.hpp
external/kokkos/core/src/Kokkos_Graph.hpp
external/kokkos/core/src/Kokkos_GraphNode.hpp
external/kokkos/core/src/Kokkos_Graph_fwd.hpp
external/kokkos/core/src/Kokkos_HBWSpace.hpp
external/kokkos/core/src/Kokkos_HIP.hpp
external/kokkos/core/src/Kokkos_HIP_Space.hpp
external/kokkos/core/src/Kokkos_HPX.hpp
external/kokkos/core/src/Kokkos_Half.hpp
external/kokkos/core/src/Kokkos_HostSpace.hpp
external/kokkos/core/src/Kokkos_Layout.hpp
external/kokkos/core/src/Kokkos_LogicalSpaces.hpp
external/kokkos/core/src/Kokkos_Macros.hpp
external/kokkos/core/src/Kokkos_MasterLock.hpp
external/kokkos/core/src/Kokkos_MathematicalFunctions.hpp
external/kokkos/core/src/Kokkos_MemoryPool.hpp
external/kokkos/core/src/Kokkos_MemoryTraits.hpp
external/kokkos/core/src/Kokkos_NumericTraits.hpp
external/kokkos/core/src/Kokkos_OpenMP.hpp
external/kokkos/core/src/Kokkos_OpenMPTarget.hpp
external/kokkos/core/src/Kokkos_OpenMPTargetSpace.hpp
external/kokkos/core/src/Kokkos_Pair.hpp
external/kokkos/core/src/Kokkos_Parallel.hpp
external/kokkos/core/src/Kokkos_Parallel_Reduce.hpp
external/kokkos/core/src/Kokkos_PointerOwnership.hpp
external/kokkos/core/src/Kokkos_Profiling_ProfileSection.hpp
external/kokkos/core/src/Kokkos_SYCL.hpp
external/kokkos/core/src/Kokkos_SYCL_Space.hpp
external/kokkos/core/src/Kokkos_ScratchSpace.hpp
external/kokkos/core/src/Kokkos_Serial.hpp
external/kokkos/core/src/Kokkos_TaskPolicy.hpp
external/kokkos/core/src/Kokkos_TaskScheduler.hpp
external/kokkos/core/src/Kokkos_TaskScheduler_fwd.hpp
external/kokkos/core/src/Kokkos_Threads.hpp
external/kokkos/core/src/Kokkos_Timer.hpp
external/kokkos/core/src/Kokkos_Tuners.hpp
external/kokkos/core/src/Kokkos_UniqueToken.hpp
external/kokkos/core/src/Kokkos_Vectorization.hpp
external/kokkos/core/src/Kokkos_View.hpp
external/kokkos/core/src/Kokkos_WorkGraphPolicy.hpp
external/kokkos/core/src/Kokkos_hwloc.hpp
external/kokkos/core/src/dummy.cpp
external/kokkos/core/src/Cuda/Kokkos_CudaSpace.cpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_Alloc.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_Atomic_Intrinsics.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_Atomic_Intrinsics_Restore_Builtins.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_BlockSize_Deduction.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_Error.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_GraphNodeKernel.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_GraphNode_Impl.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_Graph_Impl.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_Half.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.cpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_Instance.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_KernelLaunch.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_Locks.cpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_Locks.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_MDRangePolicy.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_Parallel.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_ReduceScan.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_Task.cpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_Task.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_Team.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_UniqueToken.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_Vectorization.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_Version_9_8_Compatibility.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_View.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_WorkGraphPolicy.hpp
external/kokkos/core/src/Cuda/Kokkos_Cuda_abort.hpp
external/kokkos/core/src/HIP/Kokkos_HIP_Abort.hpp
external/kokkos/core/src/HIP/Kokkos_HIP_Atomic.hpp
external/kokkos/core/src/HIP/Kokkos_HIP_BlockSize_Deduction.hpp
external/kokkos/core/src/HIP/Kokkos_HIP_Error.hpp
external/kokkos/core/src/HIP/Kokkos_HIP_Instance.cpp
external/kokkos/core/src/HIP/Kokkos_HIP_Instance.hpp
external/kokkos/core/src/HIP/Kokkos_HIP_KernelLaunch.hpp
external/kokkos/core/src/HIP/Kokkos_HIP_Locks.cpp
external/kokkos/core/src/HIP/Kokkos_HIP_Locks.hpp
external/kokkos/core/src/HIP/Kokkos_HIP_MDRangePolicy.hpp
external/kokkos/core/src/HIP/Kokkos_HIP_Parallel_MDRange.hpp
external/kokkos/core/src/HIP/Kokkos_HIP_Parallel_Range.hpp
external/kokkos/core/src/HIP/Kokkos_HIP_Parallel_Team.hpp
external/kokkos/core/src/HIP/Kokkos_HIP_ReduceScan.hpp
external/kokkos/core/src/HIP/Kokkos_HIP_Shuffle_Reduce.hpp
external/kokkos/core/src/HIP/Kokkos_HIP_Space.cpp
external/kokkos/core/src/HIP/Kokkos_HIP_Team.hpp
external/kokkos/core/src/HIP/Kokkos_HIP_UniqueToken.hpp
external/kokkos/core/src/HIP/Kokkos_HIP_Vectorization.hpp
external/kokkos/core/src/HIP/Kokkos_HIP_WorkGraphPolicy.hpp
external/kokkos/core/src/HPX/Kokkos_HPX.cpp
external/kokkos/core/src/HPX/Kokkos_HPX_ChunkedRoundRobinExecutor.hpp
external/kokkos/core/src/HPX/Kokkos_HPX_Task.cpp
external/kokkos/core/src/HPX/Kokkos_HPX_Task.hpp
external/kokkos/core/src/HPX/Kokkos_HPX_WorkGraphPolicy.hpp
external/kokkos/core/src/OpenMP/Kokkos_OpenMP_Exec.cpp
external/kokkos/core/src/OpenMP/Kokkos_OpenMP_Exec.hpp
external/kokkos/core/src/OpenMP/Kokkos_OpenMP_Parallel.hpp
external/kokkos/core/src/OpenMP/Kokkos_OpenMP_Task.cpp
external/kokkos/core/src/OpenMP/Kokkos_OpenMP_Task.hpp
external/kokkos/core/src/OpenMP/Kokkos_OpenMP_Team.hpp
external/kokkos/core/src/OpenMP/Kokkos_OpenMP_WorkGraphPolicy.hpp
external/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp
external/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Abort.hpp
external/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Error.hpp
external/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Exec.cpp
external/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Exec.hpp
external/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Instance.cpp
external/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Instance.hpp
external/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Parallel.hpp
external/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_MDRange.hpp
external/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Task.cpp
external/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTarget_Task.hpp
external/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTarget_UniqueToken.hpp
external/kokkos/core/src/SYCL/Kokkos_SYCL.cpp
external/kokkos/core/src/SYCL/Kokkos_SYCL_Abort.hpp
external/kokkos/core/src/SYCL/Kokkos_SYCL_DeepCopy.hpp
external/kokkos/core/src/SYCL/Kokkos_SYCL_Instance.cpp
external/kokkos/core/src/SYCL/Kokkos_SYCL_Instance.hpp
external/kokkos/core/src/SYCL/Kokkos_SYCL_MDRangePolicy.hpp
external/kokkos/core/src/SYCL/Kokkos_SYCL_Parallel_Range.hpp
external/kokkos/core/src/SYCL/Kokkos_SYCL_Parallel_Reduce.hpp
external/kokkos/core/src/SYCL/Kokkos_SYCL_Parallel_Scan.hpp
external/kokkos/core/src/SYCL/Kokkos_SYCL_Parallel_Team.hpp
external/kokkos/core/src/SYCL/Kokkos_SYCL_Space.cpp
external/kokkos/core/src/SYCL/Kokkos_SYCL_Team.hpp
external/kokkos/core/src/SYCL/Kokkos_SYCL_UniqueToken.hpp
external/kokkos/core/src/Threads/Kokkos_ThreadsExec.cpp
external/kokkos/core/src/Threads/Kokkos_ThreadsExec.hpp
external/kokkos/core/src/Threads/Kokkos_ThreadsExec_base.cpp
external/kokkos/core/src/Threads/Kokkos_ThreadsTeam.hpp
external/kokkos/core/src/Threads/Kokkos_Threads_Parallel.hpp
external/kokkos/core/src/Threads/Kokkos_Threads_WorkGraphPolicy.hpp
external/kokkos/core/src/decl/Kokkos_Declare_CUDA.hpp
external/kokkos/core/src/decl/Kokkos_Declare_HBWSpace.hpp
external/kokkos/core/src/decl/Kokkos_Declare_HIP.hpp
external/kokkos/core/src/decl/Kokkos_Declare_HPX.hpp
external/kokkos/core/src/decl/Kokkos_Declare_OPENMP.hpp
external/kokkos/core/src/decl/Kokkos_Declare_OPENMPTARGET.hpp
external/kokkos/core/src/decl/Kokkos_Declare_SERIAL.hpp
external/kokkos/core/src/decl/Kokkos_Declare_SYCL.hpp
external/kokkos/core/src/decl/Kokkos_Declare_THREADS.hpp
external/kokkos/core/src/fwd/Kokkos_Fwd_CUDA.hpp
external/kokkos/core/src/fwd/Kokkos_Fwd_HBWSpace.hpp
external/kokkos/core/src/fwd/Kokkos_Fwd_HIP.hpp
external/kokkos/core/src/fwd/Kokkos_Fwd_HPX.hpp
external/kokkos/core/src/fwd/Kokkos_Fwd_OPENMP.hpp
external/kokkos/core/src/fwd/Kokkos_Fwd_OPENMPTARGET.hpp
external/kokkos/core/src/fwd/Kokkos_Fwd_SERIAL.hpp
external/kokkos/core/src/fwd/Kokkos_Fwd_SYCL.hpp
external/kokkos/core/src/fwd/Kokkos_Fwd_THREADS.hpp
external/kokkos/core/src/impl/CMakeLists.txt
external/kokkos/core/src/impl/KokkosExp_Host_IterateTile.hpp
external/kokkos/core/src/impl/KokkosExp_IterateTileGPU.hpp
external/kokkos/core/src/impl/KokkosExp_ViewMapping.hpp
external/kokkos/core/src/impl/Kokkos_AnalyzePolicy.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_Assembly.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_Compare_Exchange_Strong.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_Compare_Exchange_Weak.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_Decrement.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_Exchange.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_Fetch_Add.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_Fetch_And.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_Fetch_Or.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_Fetch_Sub.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_Generic.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_Generic_Secondary.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_Increment.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_Load.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_Memory_Order.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_MinMax.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_Store.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_View.hpp
external/kokkos/core/src/impl/Kokkos_Atomic_Windows.hpp
external/kokkos/core/src/impl/Kokkos_BitOps.hpp
external/kokkos/core/src/impl/Kokkos_CPUDiscovery.cpp
external/kokkos/core/src/impl/Kokkos_CPUDiscovery.hpp
external/kokkos/core/src/impl/Kokkos_ChaseLev.hpp
external/kokkos/core/src/impl/Kokkos_ClockTic.hpp
external/kokkos/core/src/impl/Kokkos_Combined_Reducer.hpp
external/kokkos/core/src/impl/Kokkos_ConcurrentBitset.hpp
external/kokkos/core/src/impl/Kokkos_Core.cpp
external/kokkos/core/src/impl/Kokkos_Default_GraphNodeKernel.hpp
external/kokkos/core/src/impl/Kokkos_Default_GraphNode_Impl.hpp
external/kokkos/core/src/impl/Kokkos_Default_Graph_Impl.hpp
external/kokkos/core/src/impl/Kokkos_Default_Graph_fwd.hpp
external/kokkos/core/src/impl/Kokkos_EBO.hpp
external/kokkos/core/src/impl/Kokkos_Error.cpp
external/kokkos/core/src/impl/Kokkos_Error.hpp
external/kokkos/core/src/impl/Kokkos_ExecPolicy.cpp
external/kokkos/core/src/impl/Kokkos_ExecSpaceInitializer.hpp
external/kokkos/core/src/impl/Kokkos_FixedBufferMemoryPool.hpp
external/kokkos/core/src/impl/Kokkos_FunctorAdapter.hpp
external/kokkos/core/src/impl/Kokkos_FunctorAnalysis.hpp
external/kokkos/core/src/impl/Kokkos_GraphImpl.hpp
external/kokkos/core/src/impl/Kokkos_GraphImpl_Utilities.hpp
external/kokkos/core/src/impl/Kokkos_GraphImpl_fwd.hpp
external/kokkos/core/src/impl/Kokkos_GraphNodeCustomization.hpp
external/kokkos/core/src/impl/Kokkos_GraphNodeImpl.hpp
external/kokkos/core/src/impl/Kokkos_HBWSpace.cpp
external/kokkos/core/src/impl/Kokkos_HostBarrier.cpp
external/kokkos/core/src/impl/Kokkos_HostBarrier.hpp
external/kokkos/core/src/impl/Kokkos_HostSharedPtr.hpp
external/kokkos/core/src/impl/Kokkos_HostSpace.cpp
external/kokkos/core/src/impl/Kokkos_HostSpace_deepcopy.cpp
external/kokkos/core/src/impl/Kokkos_HostSpace_deepcopy.hpp
external/kokkos/core/src/impl/Kokkos_HostThreadTeam.cpp
external/kokkos/core/src/impl/Kokkos_HostThreadTeam.hpp
external/kokkos/core/src/impl/Kokkos_LIFO.hpp
external/kokkos/core/src/impl/Kokkos_LinkedListNode.hpp
external/kokkos/core/src/impl/Kokkos_MemoryPool.cpp
external/kokkos/core/src/impl/Kokkos_MemoryPoolAllocator.hpp
external/kokkos/core/src/impl/Kokkos_MemorySpace.cpp
external/kokkos/core/src/impl/Kokkos_MemorySpace.hpp
external/kokkos/core/src/impl/Kokkos_Memory_Fence.hpp
external/kokkos/core/src/impl/Kokkos_MultipleTaskQueue.hpp
external/kokkos/core/src/impl/Kokkos_NumericTraits.cpp
external/kokkos/core/src/impl/Kokkos_OptionalRef.hpp
external/kokkos/core/src/impl/Kokkos_PhysicalLayout.hpp
external/kokkos/core/src/impl/Kokkos_Profiling.cpp
external/kokkos/core/src/impl/Kokkos_Profiling.hpp
external/kokkos/core/src/impl/Kokkos_Profiling_C_Interface.h
external/kokkos/core/src/impl/Kokkos_Profiling_DeviceInfo.hpp
external/kokkos/core/src/impl/Kokkos_Profiling_Interface.hpp
external/kokkos/core/src/impl/Kokkos_Serial.cpp
external/kokkos/core/src/impl/Kokkos_Serial_Task.cpp
external/kokkos/core/src/impl/Kokkos_Serial_Task.hpp
external/kokkos/core/src/impl/Kokkos_Serial_WorkGraphPolicy.hpp
external/kokkos/core/src/impl/Kokkos_SharedAlloc.cpp
external/kokkos/core/src/impl/Kokkos_SharedAlloc.hpp
external/kokkos/core/src/impl/Kokkos_SharedAlloc_timpl.hpp
external/kokkos/core/src/impl/Kokkos_SimpleTaskScheduler.hpp
external/kokkos/core/src/impl/Kokkos_SingleTaskQueue.hpp
external/kokkos/core/src/impl/Kokkos_Spinwait.cpp
external/kokkos/core/src/impl/Kokkos_Spinwait.hpp
external/kokkos/core/src/impl/Kokkos_Stacktrace.cpp
external/kokkos/core/src/impl/Kokkos_Stacktrace.hpp
external/kokkos/core/src/impl/Kokkos_Tags.hpp
external/kokkos/core/src/impl/Kokkos_TaskBase.hpp
external/kokkos/core/src/impl/Kokkos_TaskNode.hpp
external/kokkos/core/src/impl/Kokkos_TaskPolicyData.hpp
external/kokkos/core/src/impl/Kokkos_TaskQueue.hpp
external/kokkos/core/src/impl/Kokkos_TaskQueueCommon.hpp
external/kokkos/core/src/impl/Kokkos_TaskQueueMemoryManager.hpp
external/kokkos/core/src/impl/Kokkos_TaskQueueMultiple.hpp
external/kokkos/core/src/impl/Kokkos_TaskQueueMultiple_impl.hpp
external/kokkos/core/src/impl/Kokkos_TaskQueue_impl.hpp
external/kokkos/core/src/impl/Kokkos_TaskResult.hpp
external/kokkos/core/src/impl/Kokkos_TaskTeamMember.hpp
external/kokkos/core/src/impl/Kokkos_Timer.hpp
external/kokkos/core/src/impl/Kokkos_Tools.hpp
external/kokkos/core/src/impl/Kokkos_Traits.hpp
external/kokkos/core/src/impl/Kokkos_Utilities.hpp
external/kokkos/core/src/impl/Kokkos_VLAEmulation.hpp
external/kokkos/core/src/impl/Kokkos_ViewArray.hpp
external/kokkos/core/src/impl/Kokkos_ViewCtor.hpp
external/kokkos/core/src/impl/Kokkos_ViewLayoutTiled.hpp
external/kokkos/core/src/impl/Kokkos_ViewMapping.hpp
external/kokkos/core/src/impl/Kokkos_ViewTracker.hpp
external/kokkos/core/src/impl/Kokkos_ViewUniformType.hpp
external/kokkos/core/src/impl/Kokkos_Volatile_Load.hpp
external/kokkos/core/src/impl/Kokkos_hwloc.cpp
external/kokkos/core/src/setup/Kokkos_Setup_Cuda.hpp
external/kokkos/core/src/setup/Kokkos_Setup_HIP.hpp
external/kokkos/core/src/setup/Kokkos_Setup_SYCL.hpp
external/kokkos/core/src/traits/Kokkos_ExecutionSpaceTrait.hpp
external/kokkos/core/src/traits/Kokkos_GraphKernelTrait.hpp
external/kokkos/core/src/traits/Kokkos_IndexTypeTrait.hpp
external/kokkos/core/src/traits/Kokkos_IterationPatternTrait.hpp
external/kokkos/core/src/traits/Kokkos_LaunchBoundsTrait.hpp
external/kokkos/core/src/traits/Kokkos_OccupancyControlTrait.hpp
external/kokkos/core/src/traits/Kokkos_PolicyTraitAdaptor.hpp
external/kokkos/core/src/traits/Kokkos_ScheduleTrait.hpp
external/kokkos/core/src/traits/Kokkos_Traits_fwd.hpp
external/kokkos/core/src/traits/Kokkos_WorkItemPropertyTrait.hpp
external/kokkos/core/src/traits/Kokkos_WorkTagTrait.hpp
external/kokkos/core/unit_test/CMakeLists.txt
external/kokkos/core/unit_test/IncrementalTest.cpp.in
external/kokkos/core/unit_test/Makefile
external/kokkos/core/unit_test/TestAggregate.hpp
external/kokkos/core/unit_test/TestAtomicOperations.hpp
external/kokkos/core/unit_test/TestAtomicOperations_complexdouble.hpp
external/kokkos/core/unit_test/TestAtomicOperations_complexfloat.hpp
external/kokkos/core/unit_test/TestAtomicOperations_double.hpp
external/kokkos/core/unit_test/TestAtomicOperations_float.hpp
external/kokkos/core/unit_test/TestAtomicOperations_int.hpp
external/kokkos/core/unit_test/TestAtomicOperations_longint.hpp
external/kokkos/core/unit_test/TestAtomicOperations_longlongint.hpp
external/kokkos/core/unit_test/TestAtomicOperations_unsignedint.hpp
external/kokkos/core/unit_test/TestAtomicOperations_unsignedlongint.hpp
external/kokkos/core/unit_test/TestAtomicViews.hpp
external/kokkos/core/unit_test/TestAtomics.hpp
external/kokkos/core/unit_test/TestBlockSizeDeduction.hpp
external/kokkos/core/unit_test/TestCTestDevice.cpp
external/kokkos/core/unit_test/TestCXX11.hpp
external/kokkos/core/unit_test/TestCXX11Deduction.hpp
external/kokkos/core/unit_test/TestCompilerMacros.hpp
external/kokkos/core/unit_test/TestComplex.hpp
external/kokkos/core/unit_test/TestConcepts.hpp
external/kokkos/core/unit_test/TestConcurrentBitset.hpp
external/kokkos/core/unit_test/TestCrs.hpp
external/kokkos/core/unit_test/TestDeepCopyAlignment.hpp
external/kokkos/core/unit_test/TestDefaultDeviceTypeInit.hpp
external/kokkos/core/unit_test/TestFunctorAnalysis.hpp
external/kokkos/core/unit_test/TestGraph.hpp
external/kokkos/core/unit_test/TestHWLOC.cpp
external/kokkos/core/unit_test/TestHalfConversion.hpp
external/kokkos/core/unit_test/TestHalfOperators.hpp
external/kokkos/core/unit_test/TestHostSharedPtr.hpp
external/kokkos/core/unit_test/TestHostSharedPtrAccessOnDevice.hpp
external/kokkos/core/unit_test/TestInit.hpp
external/kokkos/core/unit_test/TestIrregularLayout.hpp
external/kokkos/core/unit_test/TestLocalDeepCopy.hpp
external/kokkos/core/unit_test/TestMDRange.hpp
external/kokkos/core/unit_test/TestMDRange_a.hpp
external/kokkos/core/unit_test/TestMDRange_b.hpp
external/kokkos/core/unit_test/TestMDRange_c.hpp
external/kokkos/core/unit_test/TestMDRange_d.hpp
external/kokkos/core/unit_test/TestMDRange_e.hpp
external/kokkos/core/unit_test/TestMDRange_f.hpp
external/kokkos/core/unit_test/TestMathematicalFunctions.hpp
external/kokkos/core/unit_test/TestMemoryPool.hpp
external/kokkos/core/unit_test/TestNonTrivialScalarTypes.hpp
external/kokkos/core/unit_test/TestNumericTraits.hpp
external/kokkos/core/unit_test/TestOther.hpp
external/kokkos/core/unit_test/TestPolicyConstruction.hpp
external/kokkos/core/unit_test/TestRange.hpp
external/kokkos/core/unit_test/TestRangePolicy.hpp
external/kokkos/core/unit_test/TestRangePolicyRequire.hpp
external/kokkos/core/unit_test/TestReduce.hpp
external/kokkos/core/unit_test/TestReduceCombinatorical.hpp
external/kokkos/core/unit_test/TestReducers.hpp
external/kokkos/core/unit_test/TestReducers_a.hpp
external/kokkos/core/unit_test/TestReducers_b.hpp
external/kokkos/core/unit_test/TestReducers_c.hpp
external/kokkos/core/unit_test/TestReducers_d.hpp
external/kokkos/core/unit_test/TestReductions.hpp
external/kokkos/core/unit_test/TestReductions_DeviceView.hpp
external/kokkos/core/unit_test/TestResize.hpp
external/kokkos/core/unit_test/TestScan.hpp
external/kokkos/core/unit_test/TestSharedAlloc.hpp
external/kokkos/core/unit_test/TestStackTrace.cpp
external/kokkos/core/unit_test/TestStackTrace.hpp
external/kokkos/core/unit_test/TestStackTrace_f0.cpp
external/kokkos/core/unit_test/TestStackTrace_f1.cpp
external/kokkos/core/unit_test/TestStackTrace_f2.cpp
external/kokkos/core/unit_test/TestStackTrace_f3.cpp
external/kokkos/core/unit_test/TestStackTrace_f4.cpp
external/kokkos/core/unit_test/TestSubView_a.hpp
external/kokkos/core/unit_test/TestSubView_b.hpp
external/kokkos/core/unit_test/TestSubView_c01.hpp
external/kokkos/core/unit_test/TestSubView_c02.hpp
external/kokkos/core/unit_test/TestSubView_c03.hpp
external/kokkos/core/unit_test/TestSubView_c04.hpp
external/kokkos/core/unit_test/TestSubView_c05.hpp
external/kokkos/core/unit_test/TestSubView_c06.hpp
external/kokkos/core/unit_test/TestSubView_c07.hpp
external/kokkos/core/unit_test/TestSubView_c08.hpp
external/kokkos/core/unit_test/TestSubView_c09.hpp
external/kokkos/core/unit_test/TestSubView_c10.hpp
external/kokkos/core/unit_test/TestSubView_c11.hpp
external/kokkos/core/unit_test/TestSubView_c12.hpp
external/kokkos/core/unit_test/TestSubView_c13.hpp
external/kokkos/core/unit_test/TestSubView_c14.hpp
external/kokkos/core/unit_test/TestTaskScheduler.hpp
external/kokkos/core/unit_test/TestTaskScheduler_single.hpp
external/kokkos/core/unit_test/TestTeam.hpp
external/kokkos/core/unit_test/TestTeamBasic.hpp
external/kokkos/core/unit_test/TestTeamReductionScan.hpp
external/kokkos/core/unit_test/TestTeamScan.hpp
external/kokkos/core/unit_test/TestTeamScratch.hpp
external/kokkos/core/unit_test/TestTeamTeamSize.hpp
external/kokkos/core/unit_test/TestTeamVector.hpp
external/kokkos/core/unit_test/TestTeamVectorRange.hpp
external/kokkos/core/unit_test/TestTemplateMetaFunctions.hpp
external/kokkos/core/unit_test/TestUniqueToken.hpp
external/kokkos/core/unit_test/TestUtilities.hpp
external/kokkos/core/unit_test/TestViewAPI.hpp
external/kokkos/core/unit_test/TestViewAPI_a.hpp
external/kokkos/core/unit_test/TestViewAPI_b.hpp
external/kokkos/core/unit_test/TestViewAPI_c.hpp
external/kokkos/core/unit_test/TestViewAPI_d.hpp
external/kokkos/core/unit_test/TestViewAPI_e.hpp
external/kokkos/core/unit_test/TestViewCopy_a.hpp
external/kokkos/core/unit_test/TestViewCopy_b.hpp
external/kokkos/core/unit_test/TestViewCtorPropEmbeddedDim.hpp
external/kokkos/core/unit_test/TestViewIsAssignable.hpp
external/kokkos/core/unit_test/TestViewLayoutStrideAssignment.hpp
external/kokkos/core/unit_test/TestViewLayoutTiled.hpp
external/kokkos/core/unit_test/TestViewMapping_a.hpp
external/kokkos/core/unit_test/TestViewMapping_b.hpp
external/kokkos/core/unit_test/TestViewMapping_subview.hpp
external/kokkos/core/unit_test/TestViewOfClass.hpp
external/kokkos/core/unit_test/TestViewResize.hpp
external/kokkos/core/unit_test/TestViewSpaceAssign.hpp
external/kokkos/core/unit_test/TestViewSubview.hpp
external/kokkos/core/unit_test/TestView_64bit.hpp
external/kokkos/core/unit_test/TestWorkGraph.hpp
external/kokkos/core/unit_test/Test_InterOp_Streams.hpp
external/kokkos/core/unit_test/UnitTestMain.cpp
external/kokkos/core/unit_test/UnitTestMainInit.cpp
external/kokkos/core/unit_test/UnitTest_CMakePassCmdLineArgs.cpp
external/kokkos/core/unit_test/UnitTest_PushFinalizeHook.cpp
external/kokkos/core/unit_test/UnitTest_PushFinalizeHook_terminate.cpp
external/kokkos/core/unit_test/diffconfig.sh
external/kokkos/core/unit_test/testmake.sh
external/kokkos/core/unit_test/category_files/TestCudaHostPinned_Category.hpp
external/kokkos/core/unit_test/category_files/TestCudaUVM_Category.hpp
external/kokkos/core/unit_test/category_files/TestCuda_Category.hpp
external/kokkos/core/unit_test/category_files/TestDefaultDeviceType_Category.hpp
external/kokkos/core/unit_test/category_files/TestHIPHostPinned_Category.hpp
external/kokkos/core/unit_test/category_files/TestHIP_Category.hpp
external/kokkos/core/unit_test/category_files/TestHPX_Category.hpp
external/kokkos/core/unit_test/category_files/TestOpenMPTarget_Category.hpp
external/kokkos/core/unit_test/category_files/TestOpenMP_Category.hpp
external/kokkos/core/unit_test/category_files/TestSYCLSharedUSMSpace_Category.hpp
external/kokkos/core/unit_test/category_files/TestSYCL_Category.hpp
external/kokkos/core/unit_test/category_files/TestSerial_Category.hpp
external/kokkos/core/unit_test/category_files/TestThreads_Category.hpp
external/kokkos/core/unit_test/configuration/test-code/CMakeLists.txt
external/kokkos/core/unit_test/configuration/test-code/Makefile
external/kokkos/core/unit_test/configuration/test-code/main.cpp
external/kokkos/core/unit_test/configuration/test-code/test_config.bash
external/kokkos/core/unit_test/configuration/test-code/test_config_arch_list.bash
external/kokkos/core/unit_test/configuration/test-code/test_config_device_list.bash
external/kokkos/core/unit_test/configuration/test-code/test_config_options_list.bash
external/kokkos/core/unit_test/configuration/test-code/test_config_run.bash
external/kokkos/core/unit_test/cuda/TestCudaHostPinned_SharedAlloc.cpp
external/kokkos/core/unit_test/cuda/TestCudaHostPinned_ViewAPI_a.cpp
external/kokkos/core/unit_test/cuda/TestCudaHostPinned_ViewAPI_b.cpp
external/kokkos/core/unit_test/cuda/TestCudaHostPinned_ViewAPI_c.cpp
external/kokkos/core/unit_test/cuda/TestCudaHostPinned_ViewAPI_d.cpp
external/kokkos/core/unit_test/cuda/TestCudaHostPinned_ViewAPI_e.cpp
external/kokkos/core/unit_test/cuda/TestCudaHostPinned_ViewCopy_a.cpp
external/kokkos/core/unit_test/cuda/TestCudaHostPinned_ViewCopy_b.cpp
external/kokkos/core/unit_test/cuda/TestCudaHostPinned_ViewMapping_a.cpp
external/kokkos/core/unit_test/cuda/TestCudaHostPinned_ViewMapping_b.cpp
external/kokkos/core/unit_test/cuda/TestCudaHostPinned_ViewMapping_subview.cpp
external/kokkos/core/unit_test/cuda/TestCudaUVM_SharedAlloc.cpp
external/kokkos/core/unit_test/cuda/TestCudaUVM_ViewAPI_a.cpp
external/kokkos/core/unit_test/cuda/TestCudaUVM_ViewAPI_b.cpp
external/kokkos/core/unit_test/cuda/TestCudaUVM_ViewAPI_c.cpp
external/kokkos/core/unit_test/cuda/TestCudaUVM_ViewAPI_d.cpp
external/kokkos/core/unit_test/cuda/TestCudaUVM_ViewAPI_e.cpp
external/kokkos/core/unit_test/cuda/TestCudaUVM_ViewCopy_a.cpp
external/kokkos/core/unit_test/cuda/TestCudaUVM_ViewCopy_b.cpp
external/kokkos/core/unit_test/cuda/TestCudaUVM_ViewMapping_a.cpp
external/kokkos/core/unit_test/cuda/TestCudaUVM_ViewMapping_b.cpp
external/kokkos/core/unit_test/cuda/TestCudaUVM_ViewMapping_subview.cpp
external/kokkos/core/unit_test/cuda/TestCuda_DebugPinUVMSpace.cpp
external/kokkos/core/unit_test/cuda/TestCuda_DebugSerialExecution.cpp
external/kokkos/core/unit_test/cuda/TestCuda_Graph.cpp
external/kokkos/core/unit_test/cuda/TestCuda_InterOp_Init.cpp
external/kokkos/core/unit_test/cuda/TestCuda_InterOp_Streams.cpp
external/kokkos/core/unit_test/cuda/TestCuda_Spaces.cpp
external/kokkos/core/unit_test/cuda/TestCuda_Task.cpp
external/kokkos/core/unit_test/cuda/TestCuda_TeamScratchStreams.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceDevelop.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceType.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_1.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_10.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_11.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_12.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_13.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_14.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_15.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_16.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_17.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_18.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_2.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_3.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_4.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_5.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_6.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_7.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_8.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeInit_9.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceTypeResize.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceType_a1.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceType_a2.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceType_a3.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceType_b1.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceType_b2.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceType_b3.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceType_c1.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceType_c2.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceType_c3.cpp
external/kokkos/core/unit_test/default/TestDefaultDeviceType_d.cpp
external/kokkos/core/unit_test/headers_self_contained/CMakeLists.txt
external/kokkos/core/unit_test/headers_self_contained/tstHeader.cpp
external/kokkos/core/unit_test/hip/TestHIPHostPinned_ViewAPI_a.cpp
external/kokkos/core/unit_test/hip/TestHIPHostPinned_ViewAPI_b.cpp
external/kokkos/core/unit_test/hip/TestHIPHostPinned_ViewAPI_c.cpp
external/kokkos/core/unit_test/hip/TestHIPHostPinned_ViewAPI_d.cpp
external/kokkos/core/unit_test/hip/TestHIPHostPinned_ViewAPI_e.cpp
external/kokkos/core/unit_test/hip/TestHIPHostPinned_ViewCopy_a.cpp
external/kokkos/core/unit_test/hip/TestHIPHostPinned_ViewCopy_b.cpp
external/kokkos/core/unit_test/hip/TestHIPHostPinned_ViewMapping_a.cpp
external/kokkos/core/unit_test/hip/TestHIPHostPinned_ViewMapping_b.cpp
external/kokkos/core/unit_test/hip/TestHIPHostPinned_ViewMapping_subview.cpp
external/kokkos/core/unit_test/hip/TestHIP_AsyncLauncher.cpp
external/kokkos/core/unit_test/hip/TestHIP_InterOp_Init.cpp
external/kokkos/core/unit_test/hip/TestHIP_InterOp_Streams.cpp
external/kokkos/core/unit_test/hip/TestHIP_ScanUnit.cpp
external/kokkos/core/unit_test/hip/TestHIP_Spaces.cpp
external/kokkos/core/unit_test/hip/TestHIP_TeamScratchStreams.cpp
external/kokkos/core/unit_test/hpx/TestHPX_IndependentInstances.cpp
external/kokkos/core/unit_test/hpx/TestHPX_IndependentInstancesDelayedExecution.cpp
external/kokkos/core/unit_test/hpx/TestHPX_IndependentInstancesInstanceIds.cpp
external/kokkos/core/unit_test/hpx/TestHPX_IndependentInstancesRefCounting.cpp
external/kokkos/core/unit_test/hpx/TestHPX_InterOp.cpp
external/kokkos/core/unit_test/hpx/TestHPX_Task.cpp
external/kokkos/core/unit_test/incremental/Test01_execspace.hpp
external/kokkos/core/unit_test/incremental/Test02_atomic_host.hpp
external/kokkos/core/unit_test/incremental/Test03a_MemorySpace_malloc.hpp
external/kokkos/core/unit_test/incremental/Test03b_MemorySpace_free.hpp
external/kokkos/core/unit_test/incremental/Test04_ParallelFor_RangePolicy.hpp
external/kokkos/core/unit_test/incremental/Test05_ParallelReduce_RangePolicy.hpp
external/kokkos/core/unit_test/incremental/Test06_ParallelFor_MDRangePolicy.hpp
external/kokkos/core/unit_test/incremental/Test08_deep_copy.hpp
external/kokkos/core/unit_test/incremental/Test10_HierarchicalBasics.hpp
external/kokkos/core/unit_test/incremental/Test11a_ParallelFor_TeamThreadRange.hpp
external/kokkos/core/unit_test/incremental/Test11b_ParallelFor_TeamVectorRange.hpp
external/kokkos/core/unit_test/incremental/Test11c_ParallelFor_ThreadVectorRange.hpp
external/kokkos/core/unit_test/incremental/Test12a_ThreadScratch.hpp
external/kokkos/core/unit_test/incremental/Test12b_TeamScratch.hpp
external/kokkos/core/unit_test/incremental/Test13a_ParallelRed_TeamThreadRange.hpp
external/kokkos/core/unit_test/incremental/Test13b_ParallelRed_TeamVectorRange.hpp
external/kokkos/core/unit_test/incremental/Test13c_ParallelRed_ThreadVectorRange.hpp
external/kokkos/core/unit_test/incremental/Test14_MDRangeReduce.hpp
external/kokkos/core/unit_test/incremental/Test16_ParallelScan.hpp
external/kokkos/core/unit_test/incremental/Test17_CompleteAtomic.hpp
external/kokkos/core/unit_test/openmp/TestOpenMP.hpp
external/kokkos/core/unit_test/openmp/TestOpenMP_Graph.cpp
external/kokkos/core/unit_test/openmp/TestOpenMP_InterOp.cpp
external/kokkos/core/unit_test/openmp/TestOpenMP_PartitionMaster.cpp
external/kokkos/core/unit_test/openmp/TestOpenMP_Task.cpp
external/kokkos/core/unit_test/openmptarget/TestOpenMPTarget.hpp
external/kokkos/core/unit_test/serial/TestSerial_Graph.cpp
external/kokkos/core/unit_test/serial/TestSerial_Task.cpp
external/kokkos/core/unit_test/standalone/Makefile
external/kokkos/core/unit_test/standalone/UnitTestMainInit.cpp
external/kokkos/core/unit_test/sycl/TestSYCL_InterOp_Init.cpp
external/kokkos/core/unit_test/sycl/TestSYCL_InterOp_Init_Context.cpp
external/kokkos/core/unit_test/sycl/TestSYCL_InterOp_Streams.cpp
external/kokkos/core/unit_test/tools/TestAllCalls.cpp
external/kokkos/core/unit_test/tools/TestCInterface.c
external/kokkos/core/unit_test/tools/TestLogicalSpaces.cpp
external/kokkos/core/unit_test/tools/TestLogicalSpaces.hpp
external/kokkos/core/unit_test/tools/TestTuning.cpp
external/kokkos/core/unit_test/tools/printing-tool.cpp
external/kokkos/doc/Doxyfile
external/kokkos/doc/Kokkos-Programming-Guide.md
external/kokkos/doc/SAND2017-10464-Kokkos-Task-DAG.pdf
external/kokkos/doc/TuningDesign.md
external/kokkos/doc/build_docs
external/kokkos/doc/design_notes_space_instances.md
external/kokkos/doc/develop_builds.md
external/kokkos/doc/index.doc
external/kokkos/doc/kokkos-promotion.txt
external/kokkos/doc/hardware_identification/query_cuda_arch.cpp
external/kokkos/example/CMakeLists.txt
external/kokkos/example/README
external/kokkos/example/build_cmake_in_tree/CMakeLists.txt
external/kokkos/example/build_cmake_in_tree/cmake_example.cpp
external/kokkos/example/build_cmake_installed/CMakeLists.txt
external/kokkos/example/build_cmake_installed/cmake_example.cpp
external/kokkos/example/build_cmake_installed/foo.f
external/kokkos/example/build_cmake_installed_different_compiler/CMakeLists.txt
external/kokkos/example/build_cmake_installed_different_compiler/bar.cpp
external/kokkos/example/build_cmake_installed_different_compiler/foo.cpp
external/kokkos/example/make_buildlink/Makefile
external/kokkos/example/make_buildlink/README
external/kokkos/example/make_buildlink/main.cpp
external/kokkos/example/query_device/CMakeLists.txt
external/kokkos/example/query_device/Makefile
external/kokkos/example/query_device/query_device.cpp
external/kokkos/example/tutorial/CMakeLists.txt
external/kokkos/example/tutorial/Makefile
external/kokkos/example/tutorial/README
external/kokkos/example/tutorial/01_hello_world/CMakeLists.txt
external/kokkos/example/tutorial/01_hello_world/Makefile
external/kokkos/example/tutorial/01_hello_world/hello_world.cpp
external/kokkos/example/tutorial/01_hello_world_lambda/CMakeLists.txt
external/kokkos/example/tutorial/01_hello_world_lambda/Makefile
external/kokkos/example/tutorial/01_hello_world_lambda/hello_world_lambda.cpp
external/kokkos/example/tutorial/02_simple_reduce/CMakeLists.txt
external/kokkos/example/tutorial/02_simple_reduce/Makefile
external/kokkos/example/tutorial/02_simple_reduce/simple_reduce.cpp
external/kokkos/example/tutorial/02_simple_reduce_lambda/CMakeLists.txt
external/kokkos/example/tutorial/02_simple_reduce_lambda/Makefile
external/kokkos/example/tutorial/02_simple_reduce_lambda/simple_reduce_lambda.cpp
external/kokkos/example/tutorial/03_simple_view/CMakeLists.txt
external/kokkos/example/tutorial/03_simple_view/Makefile
external/kokkos/example/tutorial/03_simple_view/simple_view.cpp
external/kokkos/example/tutorial/03_simple_view_lambda/CMakeLists.txt
external/kokkos/example/tutorial/03_simple_view_lambda/Makefile
external/kokkos/example/tutorial/03_simple_view_lambda/simple_view_lambda.cpp
external/kokkos/example/tutorial/04_simple_memoryspaces/CMakeLists.txt
external/kokkos/example/tutorial/04_simple_memoryspaces/Makefile
external/kokkos/example/tutorial/04_simple_memoryspaces/simple_memoryspaces.cpp
external/kokkos/example/tutorial/05_simple_atomics/CMakeLists.txt
external/kokkos/example/tutorial/05_simple_atomics/Makefile
external/kokkos/example/tutorial/05_simple_atomics/simple_atomics.cpp
external/kokkos/example/tutorial/06_simple_mdrangepolicy/CMakeLists.txt
external/kokkos/example/tutorial/06_simple_mdrangepolicy/Makefile
external/kokkos/example/tutorial/06_simple_mdrangepolicy/simple_mdrangepolicy.cpp
external/kokkos/example/tutorial/Advanced_Views/CMakeLists.txt
external/kokkos/example/tutorial/Advanced_Views/Makefile
external/kokkos/example/tutorial/Advanced_Views/01_data_layouts/CMakeLists.txt
external/kokkos/example/tutorial/Advanced_Views/01_data_layouts/Makefile
external/kokkos/example/tutorial/Advanced_Views/01_data_layouts/data_layouts.cpp
external/kokkos/example/tutorial/Advanced_Views/02_memory_traits/CMakeLists.txt
external/kokkos/example/tutorial/Advanced_Views/02_memory_traits/Makefile
external/kokkos/example/tutorial/Advanced_Views/02_memory_traits/memory_traits.cpp
external/kokkos/example/tutorial/Advanced_Views/03_subviews/CMakeLists.txt
external/kokkos/example/tutorial/Advanced_Views/03_subviews/Makefile
external/kokkos/example/tutorial/Advanced_Views/03_subviews/subviews.cpp
external/kokkos/example/tutorial/Advanced_Views/04_dualviews/CMakeLists.txt
external/kokkos/example/tutorial/Advanced_Views/04_dualviews/Makefile
external/kokkos/example/tutorial/Advanced_Views/04_dualviews/dual_view.cpp
external/kokkos/example/tutorial/Advanced_Views/05_NVIDIA_UVM/CMakeLists.txt
external/kokkos/example/tutorial/Advanced_Views/05_NVIDIA_UVM/Makefile
external/kokkos/example/tutorial/Advanced_Views/05_NVIDIA_UVM/uvm_example.cpp
external/kokkos/example/tutorial/Advanced_Views/06_AtomicViews/Makefile
external/kokkos/example/tutorial/Advanced_Views/07_Overlapping_DeepCopy/Makefile
external/kokkos/example/tutorial/Advanced_Views/07_Overlapping_DeepCopy/overlapping_deepcopy.cpp
external/kokkos/example/tutorial/Algorithms/Makefile
external/kokkos/example/tutorial/Algorithms/01_random_numbers/Makefile
external/kokkos/example/tutorial/Algorithms/01_random_numbers/random_numbers.cpp
external/kokkos/example/tutorial/Hierarchical_Parallelism/CMakeLists.txt
external/kokkos/example/tutorial/Hierarchical_Parallelism/Makefile
external/kokkos/example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeLists.txt
external/kokkos/example/tutorial/Hierarchical_Parallelism/01_thread_teams/Makefile
external/kokkos/example/tutorial/Hierarchical_Parallelism/01_thread_teams/thread_teams.cpp
external/kokkos/example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/CMakeLists.txt
external/kokkos/example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/Makefile
external/kokkos/example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/thread_teams_lambda.cpp
external/kokkos/example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/CMakeLists.txt
external/kokkos/example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/Makefile
external/kokkos/example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/nested_parallel_for.cpp
external/kokkos/example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeLists.txt
external/kokkos/example/tutorial/Hierarchical_Parallelism/03_vectorization/Makefile
external/kokkos/example/tutorial/Hierarchical_Parallelism/03_vectorization/vectorization.cpp
external/kokkos/example/tutorial/Hierarchical_Parallelism/04_team_scan/CMakeLists.txt
external/kokkos/example/tutorial/Hierarchical_Parallelism/04_team_scan/Makefile
external/kokkos/example/tutorial/Hierarchical_Parallelism/04_team_scan/team_scan.cpp
external/kokkos/example/tutorial/launch_bounds/CMakeLists.txt
external/kokkos/example/tutorial/launch_bounds/Makefile
external/kokkos/example/tutorial/launch_bounds/launch_bounds_reduce.cpp
external/kokkos/example/virtual_functions/Makefile
external/kokkos/example/virtual_functions/classes.cpp
external/kokkos/example/virtual_functions/classes.hpp
external/kokkos/example/virtual_functions/main.cpp
external/kokkos/scripts/apply-clang-format
external/kokkos/scripts/snapshot.py
external/kokkos/scripts/update-copyright
external/kokkos/scripts/update-version
external/kokkos/scripts/docker/Dockerfile.clang
external/kokkos/scripts/docker/Dockerfile.gcc
external/kokkos/scripts/docker/Dockerfile.hipcc
external/kokkos/scripts/docker/Dockerfile.kokkosllvmproject
external/kokkos/scripts/docker/Dockerfile.nvcc
external/kokkos/scripts/docker/Dockerfile.openmptarget
external/kokkos/scripts/docker/Dockerfile.sycl
external/kokkos/scripts/docker/check_format_cpp.sh
external/kokkos/scripts/spack_test/CMakeLists.txt
external/kokkos/scripts/spack_test/CMakeLists.txt.in
external/kokkos/scripts/spack_test/test_list.def
external/kokkos/scripts/testing_scripts/README
external/kokkos/scripts/testing_scripts/TestEXEC_TEST.cpp
external/kokkos/scripts/testing_scripts/cpy_test
external/kokkos/scripts/testing_scripts/generate_makefile.bash
external/kokkos/scripts/testing_scripts/gnu_test_all_sandia
external/kokkos/scripts/testing_scripts/jenkins_test_driver
external/kokkos/scripts/testing_scripts/obj_size_opt_check
external/kokkos/scripts/testing_scripts/test_all_sandia
external/kokkos/scripts/testing_scripts/test_kokkos_master_develop_promotion.sh
external/kokkos/scripts/testing_scripts/update_lib.sh
external/kokkos/scripts/trilinos-integration/README.md
external/kokkos/scripts/trilinos-integration/blake_jenkins_run_script_pthread_intel
external/kokkos/scripts/trilinos-integration/blake_jenkins_run_script_serial_intel
external/kokkos/scripts/trilinos-integration/blake_pthread_env.sh
external/kokkos/scripts/trilinos-integration/checkin-test
external/kokkos/scripts/trilinos-integration/clean_promotion_test
external/kokkos/scripts/trilinos-integration/config_promotion_test
external/kokkos/scripts/trilinos-integration/prepare_trilinos_repos.sh
external/kokkos/scripts/trilinos-integration/waterman_cuda_env.sh
external/kokkos/scripts/trilinos-integration/white_cuda_env.sh
external/kokkos/scripts/trilinos-integration/white_run_jenkins_script_cuda
external/kokkos/scripts/trilinos-integration/white_run_jenkins_script_omp
external/kokkos/scripts/trilinos-integration/ATDM_configurations/configure-atdm-cuda-depoff-dbg.sh
external/kokkos/scripts/trilinos-integration/ATDM_configurations/configure-atdm-cuda-depoff.sh
external/kokkos/scripts/trilinos-integration/ATDM_configurations/configure-atdm-cuda-depon-dbg.sh
external/kokkos/scripts/trilinos-integration/ATDM_configurations/configure-atdm-cuda-depon.sh
external/kokkos/scripts/trilinos-integration/ATDM_configurations/configure-atdm-cuda-ride-rdc-depoff.sh
external/kokkos/scripts/trilinos-integration/ATDM_configurations/configure-atdm-cuda-ride-rdc-depon.sh
external/kokkos/scripts/trilinos-integration/ATDM_configurations/configure-atdm-env.sh
external/kokkos/tpls/.clang-format
external/kokkos/tpls/gtest/gtest/LICENSE
external/kokkos/tpls/gtest/gtest/README
external/kokkos/tpls/gtest/gtest/gtest-all.cc
external/kokkos/tpls/gtest/gtest/gtest-test-part.h
external/kokkos/tpls/gtest/gtest/gtest.h
external/pybind11/.appveyor.yml
external/pybind11/.clang-format
external/pybind11/.clang-tidy
external/pybind11/.cmake-format.yaml
external/pybind11/.pre-commit-config.yaml
external/pybind11/.readthedocs.yml
external/pybind11/CMakeLists.txt
external/pybind11/LICENSE
external/pybind11/MANIFEST.in
external/pybind11/README.rst
external/pybind11/pyproject.toml
external/pybind11/setup.cfg
external/pybind11/setup.py
external/pybind11/.github/CODEOWNERS
external/pybind11/.github/CONTRIBUTING.md
external/pybind11/.github/dependabot.yml
external/pybind11/.github/labeler.yml
external/pybind11/.github/labeler_merged.yml
external/pybind11/.github/pull_request_template.md
external/pybind11/.github/ISSUE_TEMPLATE/bug-report.md
external/pybind11/.github/ISSUE_TEMPLATE/config.yml
external/pybind11/.github/ISSUE_TEMPLATE/feature-request.md
external/pybind11/.github/ISSUE_TEMPLATE/question.md
external/pybind11/.github/workflows/ci.yml
external/pybind11/.github/workflows/configure.yml
external/pybind11/.github/workflows/format.yml
external/pybind11/.github/workflows/labeler.yml
external/pybind11/.github/workflows/pip.yml
external/pybind11/docs/Doxyfile
external/pybind11/docs/Makefile
external/pybind11/docs/basics.rst
external/pybind11/docs/benchmark.py
external/pybind11/docs/benchmark.rst
external/pybind11/docs/changelog.rst
external/pybind11/docs/classes.rst
external/pybind11/docs/compiling.rst
external/pybind11/docs/conf.py
external/pybind11/docs/faq.rst
external/pybind11/docs/index.rst
external/pybind11/docs/installing.rst
external/pybind11/docs/limitations.rst
external/pybind11/docs/pybind11-logo.png
external/pybind11/docs/pybind11_vs_boost_python1.png
external/pybind11/docs/pybind11_vs_boost_python1.svg
external/pybind11/docs/pybind11_vs_boost_python2.png
external/pybind11/docs/pybind11_vs_boost_python2.svg
external/pybind11/docs/reference.rst
external/pybind11/docs/release.rst
external/pybind11/docs/requirements.txt
external/pybind11/docs/upgrade.rst
external/pybind11/docs/_static/theme_overrides.css
external/pybind11/docs/advanced/classes.rst
external/pybind11/docs/advanced/embedding.rst
external/pybind11/docs/advanced/exceptions.rst
external/pybind11/docs/advanced/functions.rst
external/pybind11/docs/advanced/misc.rst
external/pybind11/docs/advanced/smart_ptrs.rst
external/pybind11/docs/advanced/cast/chrono.rst
external/pybind11/docs/advanced/cast/custom.rst
external/pybind11/docs/advanced/cast/eigen.rst
external/pybind11/docs/advanced/cast/functional.rst
external/pybind11/docs/advanced/cast/index.rst
external/pybind11/docs/advanced/cast/overview.rst
external/pybind11/docs/advanced/cast/stl.rst
external/pybind11/docs/advanced/cast/strings.rst
external/pybind11/docs/advanced/pycpp/index.rst
external/pybind11/docs/advanced/pycpp/numpy.rst
external/pybind11/docs/advanced/pycpp/object.rst
external/pybind11/docs/advanced/pycpp/utilities.rst
external/pybind11/docs/cmake/index.rst
external/pybind11/include/pybind11/attr.h
external/pybind11/include/pybind11/buffer_info.h
external/pybind11/include/pybind11/cast.h
external/pybind11/include/pybind11/chrono.h
external/pybind11/include/pybind11/common.h
external/pybind11/include/pybind11/complex.h
external/pybind11/include/pybind11/eigen.h
external/pybind11/include/pybind11/embed.h
external/pybind11/include/pybind11/eval.h
external/pybind11/include/pybind11/functional.h
external/pybind11/include/pybind11/gil.h
external/pybind11/include/pybind11/iostream.h
external/pybind11/include/pybind11/numpy.h
external/pybind11/include/pybind11/operators.h
external/pybind11/include/pybind11/options.h
external/pybind11/include/pybind11/pybind11.h
external/pybind11/include/pybind11/pytypes.h
external/pybind11/include/pybind11/stl.h
external/pybind11/include/pybind11/stl_bind.h
external/pybind11/include/pybind11/detail/class.h
external/pybind11/include/pybind11/detail/common.h
external/pybind11/include/pybind11/detail/descr.h
external/pybind11/include/pybind11/detail/init.h
external/pybind11/include/pybind11/detail/internals.h
external/pybind11/include/pybind11/detail/type_caster_base.h
external/pybind11/include/pybind11/detail/typeid.h
external/pybind11/pybind11/__init__.py
external/pybind11/pybind11/__main__.py
external/pybind11/pybind11/_version.py
external/pybind11/pybind11/_version.pyi
external/pybind11/pybind11/commands.py
external/pybind11/pybind11/py.typed
external/pybind11/pybind11/setup_helpers.py
external/pybind11/pybind11/setup_helpers.pyi
external/pybind11/tests/CMakeLists.txt
external/pybind11/tests/conftest.py
external/pybind11/tests/constructor_stats.h
external/pybind11/tests/cross_module_gil_utils.cpp
external/pybind11/tests/env.py
external/pybind11/tests/local_bindings.h
external/pybind11/tests/object.h
external/pybind11/tests/pybind11_cross_module_tests.cpp
external/pybind11/tests/pybind11_tests.cpp
external/pybind11/tests/pybind11_tests.h
external/pybind11/tests/pytest.ini
external/pybind11/tests/requirements.txt
external/pybind11/tests/test_async.cpp
external/pybind11/tests/test_async.py
external/pybind11/tests/test_buffers.cpp
external/pybind11/tests/test_buffers.py
external/pybind11/tests/test_builtin_casters.cpp
external/pybind11/tests/test_builtin_casters.py
external/pybind11/tests/test_call_policies.cpp
external/pybind11/tests/test_call_policies.py
external/pybind11/tests/test_callbacks.cpp
external/pybind11/tests/test_callbacks.py
external/pybind11/tests/test_chrono.cpp
external/pybind11/tests/test_chrono.py
external/pybind11/tests/test_class.cpp
external/pybind11/tests/test_class.py
external/pybind11/tests/test_constants_and_functions.cpp
external/pybind11/tests/test_constants_and_functions.py
external/pybind11/tests/test_copy_move.cpp
external/pybind11/tests/test_copy_move.py
external/pybind11/tests/test_custom_type_casters.cpp
external/pybind11/tests/test_custom_type_casters.py
external/pybind11/tests/test_docstring_options.cpp
external/pybind11/tests/test_docstring_options.py
external/pybind11/tests/test_eigen.cpp
external/pybind11/tests/test_eigen.py
external/pybind11/tests/test_enum.cpp
external/pybind11/tests/test_enum.py
external/pybind11/tests/test_eval.cpp
external/pybind11/tests/test_eval.py
external/pybind11/tests/test_eval_call.py
external/pybind11/tests/test_exceptions.cpp
external/pybind11/tests/test_exceptions.h
external/pybind11/tests/test_exceptions.py
external/pybind11/tests/test_factory_constructors.cpp
external/pybind11/tests/test_factory_constructors.py
external/pybind11/tests/test_gil_scoped.cpp
external/pybind11/tests/test_gil_scoped.py
external/pybind11/tests/test_iostream.cpp
external/pybind11/tests/test_iostream.py
external/pybind11/tests/test_kwargs_and_defaults.cpp
external/pybind11/tests/test_kwargs_and_defaults.py
external/pybind11/tests/test_local_bindings.cpp
external/pybind11/tests/test_local_bindings.py
external/pybind11/tests/test_methods_and_attributes.cpp
external/pybind11/tests/test_methods_and_attributes.py
external/pybind11/tests/test_modules.cpp
external/pybind11/tests/test_modules.py
external/pybind11/tests/test_multiple_inheritance.cpp
external/pybind11/tests/test_multiple_inheritance.py
external/pybind11/tests/test_numpy_array.cpp
external/pybind11/tests/test_numpy_array.py
external/pybind11/tests/test_numpy_dtypes.cpp
external/pybind11/tests/test_numpy_dtypes.py
external/pybind11/tests/test_numpy_vectorize.cpp
external/pybind11/tests/test_numpy_vectorize.py
external/pybind11/tests/test_opaque_types.cpp
external/pybind11/tests/test_opaque_types.py
external/pybind11/tests/test_operator_overloading.cpp
external/pybind11/tests/test_operator_overloading.py
external/pybind11/tests/test_pickling.cpp
external/pybind11/tests/test_pickling.py
external/pybind11/tests/test_pytypes.cpp
external/pybind11/tests/test_pytypes.py
external/pybind11/tests/test_sequences_and_iterators.cpp
external/pybind11/tests/test_sequences_and_iterators.py
external/pybind11/tests/test_smart_ptr.cpp
external/pybind11/tests/test_smart_ptr.py
external/pybind11/tests/test_stl.cpp
external/pybind11/tests/test_stl.py
external/pybind11/tests/test_stl_binders.cpp
external/pybind11/tests/test_stl_binders.py
external/pybind11/tests/test_tagbased_polymorphic.cpp
external/pybind11/tests/test_tagbased_polymorphic.py
external/pybind11/tests/test_union.cpp
external/pybind11/tests/test_union.py
external/pybind11/tests/test_virtual_functions.cpp
external/pybind11/tests/test_virtual_functions.py
external/pybind11/tests/valgrind-numpy-scipy.supp
external/pybind11/tests/valgrind-python.supp
external/pybind11/tests/extra_python_package/pytest.ini
external/pybind11/tests/extra_python_package/test_files.py
external/pybind11/tests/extra_setuptools/pytest.ini
external/pybind11/tests/extra_setuptools/test_setuphelper.py
external/pybind11/tests/test_cmake_build/CMakeLists.txt
external/pybind11/tests/test_cmake_build/embed.cpp
external/pybind11/tests/test_cmake_build/main.cpp
external/pybind11/tests/test_cmake_build/test.py
external/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
external/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
external/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
external/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
external/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
external/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
external/pybind11/tests/test_embed/CMakeLists.txt
external/pybind11/tests/test_embed/catch.cpp
external/pybind11/tests/test_embed/external_module.cpp
external/pybind11/tests/test_embed/test_interpreter.cpp
external/pybind11/tests/test_embed/test_interpreter.py
external/pybind11/tools/FindCatch.cmake
external/pybind11/tools/FindEigen3.cmake
external/pybind11/tools/FindPythonLibsNew.cmake
external/pybind11/tools/check-style.sh
external/pybind11/tools/cmake_uninstall.cmake.in
external/pybind11/tools/libsize.py
external/pybind11/tools/make_changelog.py
external/pybind11/tools/pybind11Common.cmake
external/pybind11/tools/pybind11Config.cmake.in
external/pybind11/tools/pybind11NewTools.cmake
external/pybind11/tools/pybind11Tools.cmake
external/pybind11/tools/pyproject.toml
external/pybind11/tools/setup_global.py.in
external/pybind11/tools/setup_main.py.in
include/common.hpp
include/concepts.hpp
include/deep_copy.hpp
include/defines.hpp
include/fwd.hpp
include/libpykokkos.hpp
include/traits.hpp
include/views.hpp
include/variants/atomics.hpp
include/variants/concrete_view.hpp
include/variants/dynamic_view.hpp
kokkos/__init__.py.in
kokkos/utility.py
kokkos/test/__init__.py
kokkos/test/__main__.py
kokkos/test/_conftest.py
kokkos/test/tools.py
kokkos/test/views.py
pykokkos_base.egg-info/PKG-INFO
pykokkos_base.egg-info/SOURCES.txt
pykokkos_base.egg-info/dependency_links.txt
pykokkos_base.egg-info/not-zip-safe
pykokkos_base.egg-info/requires.txt
pykokkos_base.egg-info/top_level.txt
scripts/bundle-sdist.sh
scripts/docker/Dockerfile.hipcc
scripts/docker/Dockerfile.nvcc
scripts/docker/Dockerfile.openmptarget
scripts/docker/Dockerfile.sycl
src/CMakeLists.txt
src/available.cpp
src/backend_version.cpp
src/common.cpp
src/enumeration.cpp
src/libpykokkos.cpp
src/tools.cpp
src/variants/CMakeLists.txt
src/variants/atomics.cpp
src/variants/variant.cpp.in
src/variants/view.cpp.in