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 _cs_1 = neighbors(V2Eₒ, _inps1)
reduce(λ(a, b) → a+b, 0)(_cs_1, _cs_1))(_cs_1)
end
currently break the UnrollReduce pass as it is unable to detect the neighbor dimension when only presented with _cs_1. For now we just avoid creating such expression in the CSE. This surfaced in #1793.
The text was updated successfully, but these errors were encountered:
Expressions like
currently break the
UnrollReduce
pass as it is unable to detect the neighbor dimension when only presented with_cs_1
. For now we just avoid creating such expression in the CSE. This surfaced in #1793.The text was updated successfully, but these errors were encountered: