"src/lib/components/workspace/Playground.svelte" did not exist on "50089710f3a65b3b04e6e7125fab075b66677b16"
Improvements to handling and add constant passed to dot operator (#1280)
This will rewrite dot operators like X(Y + b) to XY + Xb when b is constant as we can fold the add away. This improves handling pointwise with broadcasted operators, this helps improves const propagation. Improve gemm fusion with a mul_add Improve support for broadcast shapes in gemm
Showing
Please register or sign in to comment