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
How do I run the transpose binary_op optimization before transpose -> reshape optimization? Else we get this which could have been just sqrt and divide
Longer term there's some ongoing work to use e-graphs to automatically search for what the optimal ordering of rewrite rules is [and this is a useful example] (cc @aryavohra@smjleo@ftynse@albertcohen@jbachurski )
However here probably the solution is to generalize the rsqrt optimization to handle intermediate reshape/transposes (which is done similarly elsewhere)
missed it in my last PR. Probably not working since
%0
has 2 uses, which can be specialized hereThe text was updated successfully, but these errors were encountered: