Skip to content

GT4Py v1.1.6

Choose a tag to compare

@havogt havogt released this 27 Feb 10:53
· 107 commits to main since this release
47f534b

Summary of changes since v1.1.5

Cartesian

  • Added a GT4PY_CARTESIAN_ENABLE_OPENMP environment variable to disable OpenMP, which allows to support compilers (e.g. apple-clang) not shipping with OpenMP by default.
  • Fixed issue in the numpy backend related to K-query expressions, where an internal variable was shadowing any user-provided k_mask variable.

All changes

  • fix[cartesian]: Disable OpenMP multithreading for DaCe backends by @FlorianDeconinck in #2491
  • perf[next-dace]: Only write to global on scan last level by @edopao in #2497
  • fix[next-dace]: Add debug information to dace build depending on config by @edopao in #2499
  • fix[cartesian]: Protect k_mask user variable by renaming internal mask by @FlorianDeconinck in #2501
  • Releasing v1.1.6 by @edopao in #2500

Full Changelog: v1.1.5...v1.1.6