onnxruntime/orttraining
Aidan Beggs f6edf13513
Implement a Gemm/Sum fusion pattern (#9699)
When the pattern Sum(Gemm(A, B), C) exists, we can convert it to
Gemm(A, B, C), assuming that C the output of the original Gemm is
not used elsewhere, and this change does not break broadcasting.
2021-11-11 18:33:13 -08:00
..
orttraining Implement a Gemm/Sum fusion pattern (#9699) 2021-11-11 18:33:13 -08:00
pytorch_frontend_examples
tools Switch AMD CI pipeline to use environment image from onnxruntimecibuildenvironment (#9206) 2021-09-28 13:06:16 -07:00