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
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
The cast was apparently introduced because isl::aff does not currently
have an "eq_map" method. However, the "eq_map" call was replaced
by an "eq_set" call 8a4d9f1 (halide2isl::extractAccesses: construct
accesses in parameter space, Mon Mar 26 14:50:33 2018 +0200), which
does appear as a method in isl:aff. The cast is therefore no longer
needed.
Explicit casts make it more difficult to switch to templated isl types.
0 commit comments