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