edopao
edopao
@BenWeber42 Same issue observed in my CI job: https://github.com/spcl/dace/actions/runs/7171060109/job/19525191544?pr=1471 ``` =========================== short test summary info ============================ FAILED tests/python_frontend/augassign_wcr_test.py::test_augassign_wcr4 - assert False + where False = (array([1., 3., 5., 6., 6.,...
I should probably add that the attached SDFG is quite simple, don't be worry of opening it. The error is introduced in the tasklet that writes to the output array....
@alexnick83 I can give you some context here. The problem addressed in this PR is different from the problem addressed in #1535. The problem addressed here blocks a delivery on...
Thank you @alexnick83 for reviewing this PR. I have limited the application of this fix to the known valid case, as you suggested. However, I skipped this line: `if current_data...
@BenWeber42 I have observed the same issue in icon4py stencils using GT4Py for SDFG generation: 8 stencils are broken on the DaCe candidate release.
@philip-paul-mueller Can you please pull #1480 and see if this issue is still present? > Failed to load transformations (IndexError: list index out of range)
> @philip-paul-mueller Can you please pull #1480 and see if this issue is still present? > > > Failed to load transformations (IndexError: list index out of range) I still...