GT4Py v1.1.6
Summary of changes since v1.1.5
Cartesian
- Added a
GT4PY_CARTESIAN_ENABLE_OPENMPenvironment variable to disable OpenMP, which allows to support compilers (e.g.apple-clang) not shipping with OpenMP by default. - Fixed issue in the
numpybackend related toK-query expressions, where an internal variable was shadowing any user-providedk_maskvariable.
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_maskuser 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