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
Which would then hit the broadcast CSE in the MTK codegen and thus give optimized looping code. We can then define behind the scenes some observed equations u(x, y, ⋅) ~ u[1:n,1:n] which would then make sol[u(x, y, ⋅)] -> sol[u[1:n,1:n]] and the specialized PDE interfaces shouldn't be required for the solution handling.
The text was updated successfully, but these errors were encountered:
We discussed that we can get more optimized codegen here if we target the array form:
Which would then hit the broadcast CSE in the MTK codegen and thus give optimized looping code. We can then define behind the scenes some observed equations
u(x, y, ⋅) ~ u[1:n,1:n]
which would then makesol[u(x, y, ⋅)] -> sol[u[1:n,1:n]]
and the specialized PDE interfaces shouldn't be required for the solution handling.The text was updated successfully, but these errors were encountered: