Merge pull request #327 from stanmoore1/kokkos_lib_update
Updating Kokkos lib
Showing
- doc/src/accelerate_kokkos.txt 2 additions, 2 deletionsdoc/src/accelerate_kokkos.txt
- lib/kokkos/.gitignore 0 additions, 8 deletionslib/kokkos/.gitignore
- lib/kokkos/CHANGELOG.md 284 additions, 0 deletionslib/kokkos/CHANGELOG.md
- lib/kokkos/CMakeLists.txt 37 additions, 5 deletionslib/kokkos/CMakeLists.txt
- lib/kokkos/Makefile.kokkos 226 additions, 42 deletionslib/kokkos/Makefile.kokkos
- lib/kokkos/Makefile.targets 4 additions, 14 deletionslib/kokkos/Makefile.targets
- lib/kokkos/README 14 additions, 12 deletionslib/kokkos/README
- lib/kokkos/algorithms/src/Kokkos_Random.hpp 24 additions, 24 deletionslib/kokkos/algorithms/src/Kokkos_Random.hpp
- lib/kokkos/algorithms/src/Kokkos_Sort.hpp 31 additions, 120 deletionslib/kokkos/algorithms/src/Kokkos_Sort.hpp
- lib/kokkos/algorithms/unit_tests/CMakeLists.txt 1 addition, 1 deletionlib/kokkos/algorithms/unit_tests/CMakeLists.txt
- lib/kokkos/algorithms/unit_tests/Makefile 9 additions, 12 deletionslib/kokkos/algorithms/unit_tests/Makefile
- lib/kokkos/algorithms/unit_tests/TestSort.hpp 5 additions, 1 deletionlib/kokkos/algorithms/unit_tests/TestSort.hpp
- lib/kokkos/benchmarks/bytes_and_flops/Makefile 43 additions, 0 deletionslib/kokkos/benchmarks/bytes_and_flops/Makefile
- lib/kokkos/benchmarks/bytes_and_flops/bench.hpp 99 additions, 0 deletionslib/kokkos/benchmarks/bytes_and_flops/bench.hpp
- lib/kokkos/benchmarks/bytes_and_flops/bench_stride.hpp 124 additions, 0 deletionslib/kokkos/benchmarks/bytes_and_flops/bench_stride.hpp
- lib/kokkos/benchmarks/bytes_and_flops/bench_unroll_stride.hpp 148 additions, 0 deletions...kokkos/benchmarks/bytes_and_flops/bench_unroll_stride.hpp
- lib/kokkos/benchmarks/bytes_and_flops/main.cpp 96 additions, 0 deletionslib/kokkos/benchmarks/bytes_and_flops/main.cpp
- lib/kokkos/benchmarks/gather/Makefile 44 additions, 0 deletionslib/kokkos/benchmarks/gather/Makefile
- lib/kokkos/benchmarks/gather/gather.hpp 92 additions, 0 deletionslib/kokkos/benchmarks/gather/gather.hpp
- lib/kokkos/benchmarks/gather/gather_unroll.hpp 169 additions, 0 deletionslib/kokkos/benchmarks/gather/gather_unroll.hpp
Loading
Please register or sign in to comment