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
weiya711
changed the title
[Compiler] Sam graph generation doesn't work when all inputs are scalar OR output is scalar
[Compiler] Sam graph generation doesn't work when all inputs are scalar OR when output is scalar
May 12, 2022
Examples include
x = a * b
x = a(i)*b(i)
x(i) = a * b
working
x(i) = a * b(i)
The text was updated successfully, but these errors were encountered: