You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's track all cleanup tasks for GTIR in this branch. Please reference this issue in all the TODOs you write in the codebase, e.g. # FIXME[#1582](<github_name>): ... .
Remove left-overs of Fencil: the Node itself, temporar constructs like FencilToProgram etc.
Use new TraceShift API in domain inference
Remove GTFN dependency of column_axis as soon as the scan is operating on fields.
Misc:
Add checks to GTIR/ITIR type inference that checks: if_(cond_: bool, true_v: scalar, false_v: scalar) cond(cond_: bool, true_v: Field | tuple, false_v: Field | tuple)EDIT: obsolete we removed cond
The text was updated successfully, but these errors were encountered:
Let's track all cleanup tasks for GTIR in this branch. Please reference this issue in all the TODOs you write in the codebase, e.g.
# FIXME[#1582](<github_name>): ...
.Tasks:
FencilToProgram
etc.column_axis
as soon as the scan is operating on fields.Misc:
Add checks to GTIR/ITIR type inference that checks:
EDIT: obsolete we removed condif_(cond_: bool, true_v: scalar, false_v: scalar)
cond(cond_: bool, true_v: Field | tuple, false_v: Field | tuple)
The text was updated successfully, but these errors were encountered: