Skip to content

GT4Py v1.1.7

Choose a tag to compare

@havogt havogt released this 11 Mar 16:25
· 97 commits to main since this release
ac27b77

Summary of changes since v1.1.6

Cartesian

  • Leverage unrolling of integer power calls, in dace backends, for exponents 1, 2, and 3.
  • Faster SDFG construction in dace backends.
  • Introduce default compiler flags.

All changes

  • feat[cartesian]: leverage integer power in dace backend by @romanc in #2502
  • test[cartesian]: attempt to stabilize test_ij_field_reset by @romanc in #2505
  • ci: don't format uv.lock file by @romanc in #2513
  • fix[next]: fix metrics collection when compiling the same program multiple times by @egparedes in #2504
  • fix[next]: Fix where & concat_where with named collections by @tehrengruber in #2511
  • perf[next-dace]: Enhance MoveDataflowIntoIfBody transformation by @iomaganaris in #2514
  • perf[cartesian]: reduce SDFG construction time in dace backends by @romanc in #2519
  • feat[cartesian]: Introduce default compiler flags by @FlorianDeconinck in #2520
  • perf[next-dace]: Allow more fusion of ConditionalBlocks by @iomaganaris in #2517
  • Releasing v1.1.7 by @edopao in #2523

Full Changelog: v1.1.6...v1.1.7