[metal] extend bin op fusion to MUL/SUB/DIV chains (#28) #38
Reference in New Issue
Block a user
Delete Branch "fix/28-bin-op-fusion"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
ggml_metal_op_binto handle MUL/SUB/DIV chains, not just ADDggml_graph_optimizeto consider MUL/SUB/DIV as fusion starting pointsResults
Merged via squash. Coherence test passed (token output byte-identical to master).