Brainstorming Cycle 30 07/25
(checked boxes means project is shaped)
Brainstorming Blueline production
GT4Py
DaCe (optimizations)
ICON4Py
Integration
Greenline
Other
- (Continuous benchmarking in GT4Py)
- Investigate: Fix "During handling of the above exception, another exception occurred:" and show the actual exception (in
CustomMapping
and workflows). (Hannes)
- (Better asserts for out-of-bounds: forward shape inference (can compute) is subset of backward inference (need to read))
Came up later
(put stuff here that we didn't discuss together)
- (The dace orchestration feature currently does not support stencil precompilation, because this was added later. The icon4py granules make use of precompiled programs, and therefore are not compatible with dace orchestration. The diffusion granule was the only component that worked with dace orchestration (only on cpu, because of compilation errors on gpu). With the the latest gt4py version we have to disable the dace orchestration tests on the diffusion granule. Do we want to keep maintaining this feature?) -> disable test for now