Skip to content

GridTools version 2.2.1

Compare
Choose a tag to compare
@havogt havogt released this 04 Aug 08:57
· 21 commits to release_v2.2 since this release

Bug fixes

  • Update pybind11 version to fix wrong C++ standard (#1723)
  • Fix perfect forwarding in sid::composite::make_values (#1722)
  • Workaround for NVCC bug in gcl (present in 11.6, 11.7 and most likely in 11.8) (#1726)

Performance fixes

  • Alternative skip value check in fn, which improves CUDA performance (#1721)

Cleanup

  • Replace boost::variant by std::variant (#1718)