GT4Py v1.1.5
Summary of changes since v1.1.4
Cartesian
- Switch to DaCe main development branch, which is going to be released as DaCe v2.x.
- Changes in
dace:Xbackends to reduce the size of SDFGs saved to disk. - Fix casting of arguments of power function.
All changes
- feat[next]: Compile time domains by @SF-N in #2173
- build[cartesian]: update DaCe to get ScheduleTree based on mainline DaCe by @romanc in #2458
- refactor[next]: rename and simplify the programming language concept in the toolchain by @egparedes in #2478
- feat[next]: add atexit handler to dump the performance metrics at exit by @egparedes in #2481
- feat[cartesian]: save compressed SDFGs by @romanc in #2485
- fix[cartesian]: minified SDFG wihout duplication by @romanc in #2486
- fix[cartesian]: don't upcast arguments of power function by @romanc in #2489
- feat[next-dace]: Added
gt_replace_concat_where_node()by @philip-paul-mueller in #2482 - feat[next]: add support for array_namespace allocation by @havogt in #2442
- feat[next-dace]: Support scan with single level output by @edopao in #2490
- fix[next]: Fix default value for
use_max_domain_range_on_unstructured_shiftby @tehrengruber in #2493 - fix[next-dace]: Emit warning in
concat_where_mapperonly in debug mode by @edopao in #2495 - feat[next]: Integrate jax.numpy in testing by @havogt in #2488
- Releasing v1.1.5 by @edopao in #2494
Full Changelog: v1.1.4...v1.1.5