Skip to content

Commit

Permalink
-clean changelog
Browse files Browse the repository at this point in the history
-Kokkos 4.2.01
-Update reference to use 2.0.05 reference files
  • Loading branch information
glesur committed Mar 23, 2024
1 parent 4a773bc commit 0da2793
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Upcoming [2.1.0]
### Changed
- VTK slices are automatically produced along with standard VTK when an emergency abort is triggered.
- Bump up Kokkos version to 4.2.1
- Add compile time info on startup

### Added
- DumpImage can load dump and distribute dump in memory, following the domain decomposition used in the current simulation
- Vtk slices now show all of the fluids (not only hydro)

## Upcoming [2.1.0]
### Added
- DumpImage can load dump and distribute dump in memory, following the domain decomposition used in the current simulation
- Vtk slices now show all of the fluids (not only hydro)

## [2.0.4] 2024-01-16
### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/kokkos
Submodule kokkos updated 30 files
+23 −2 CHANGELOG.md
+1 −10 CMakeLists.txt
+9 −2 Makefile.kokkos
+3 −2 algorithms/unit_tests/TestStdAlgorithmsCommon.hpp
+1 −1 algorithms/unit_tests/TestStdAlgorithmsTeamCopyIf.cpp
+1 −1 algorithms/unit_tests/TestStdAlgorithmsTeamIsPartitioned.cpp
+1 −1 algorithms/unit_tests/TestStdAlgorithmsTeamPartitionCopy.cpp
+1 −1 algorithms/unit_tests/TestStdAlgorithmsTeamPartitionPoint.cpp
+1 −1 algorithms/unit_tests/TestStdAlgorithmsTeamRemoveCopyIf.cpp
+1 −1 algorithms/unit_tests/TestStdAlgorithmsTeamRemoveIf.cpp
+1 −1 algorithms/unit_tests/TestStdAlgorithmsTeamReplaceCopyIf.cpp
+1 −1 algorithms/unit_tests/TestStdAlgorithmsTeamReplaceIf.cpp
+1 −0 cmake/KokkosCore_config.h.in
+3 −3 cmake/kokkos_arch.cmake
+5 −0 core/src/Cuda/Kokkos_Cuda_Parallel_MDRange.hpp
+6 −0 core/src/Cuda/Kokkos_Cuda_Parallel_Range.hpp
+5 −0 core/src/Cuda/Kokkos_Cuda_Parallel_Team.hpp
+10 −10 core/src/HIP/Kokkos_HIP_Graph_Impl.hpp
+2 −1 core/src/HIP/Kokkos_HIP_Instance.hpp
+13 −6 core/src/Kokkos_HostSpace.hpp
+0 −2 core/src/OpenMP/Kokkos_OpenMP_Instance.cpp
+0 −2 core/src/Serial/Kokkos_Serial.cpp
+1 −0 core/src/Serial/Kokkos_Serial.hpp
+0 −2 core/src/Threads/Kokkos_ThreadsExec.cpp
+18 −7 core/unit_test/TestMathematicalFunctions.hpp
+2 −2 core/unit_test/TestNumericTraits.hpp
+1 −0 generate_makefile.bash
+1 −0 master_history.txt
+4 −4 simd/src/Kokkos_SIMD_Scalar.hpp
+2 −0 simd/unit_tests/include/TestSIMD_GeneratorCtors.hpp

0 comments on commit 0da2793

Please sign in to comment.