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
We should implement a caching mechanism for eager mode so that we don't need to compile each time. We should make it so that every constant (i.e. produced by a Storage op) becomes an input. That way, we only need to compare the text IRs (i.e. the graph structure) to check for cache hits.
The text was updated successfully, but these errors were encountered:
We should implement a caching mechanism for eager mode so that we don't need to compile each time. We should make it so that every constant (i.e. produced by a Storage op) becomes an input. That way, we only need to compare the text IRs (i.e. the graph structure) to check for cache hits.
The text was updated successfully, but these errors were encountered: