-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Stage 1 SDFG:
Stage 2 SDFG:
tmp_call_18 is replaced with some random value. Output is incorrect.
In Stage 2 we apply:
sdfg.apply_transformations_repeated(LoopToMap, permissive=True)
count_symbols_use_defs(sdfg, verbose=verbose, use_assert=True)
sdfg.simplify(skip=["ArrayElimination", "InlineSDFG"])
sdfg.apply_transformations_repeated(MapCollapse)
sdfg.simplify(skip=["ArrayElimination", "InlineSDFG"])
if use_cache:
sdfg.save(f"cpu_{sdfg_name}_stage2.sdfgz", compress=True)
Metadata
Metadata
Assignees
Labels
No labels

