Skip to content

GridTools version 2.3.5

Compare
Choose a tag to compare
@havogt havogt released this 30 Sep 09:43
· 7 commits to release_v2.3 since this release

changes since v2.3.4

GridTools v2.3.5 requires CMake 3.21.0 or later to properly support HIP.

Performance improvements

  • Introduce ldg_ptr to Enable __ldg in Data Stores and simple_ptr_holder #1802
  • Use ‘const’ in Neighbor Table Value Types #1796

Bug fixes

  • Fixes for HIP detection for recent ROCm and CMake #1804
  • Fix GT_ASSUME for NVCC and Enable GT_ASSUME on Recent GCC Versions #1789
  • Fix include #1793
  • Improve tests #1794, #1799, #1798