Matmuls with activation and elementwise_add fuses (#44655)
* Add unit tests
* matmul_v2 + activation
* matmuls + elementwise_add
* matmul_v2 postops
* transform matmul to v2
* opcompat
* fix fusing matmul with multipe outs
* add shape constraints
* remove unused vars
* change pass order
* - Unit tests to be debugged
- fix
- refactor
- diagnostic
- more diagnostic
- fix
- Fix number two
- fix
- fix
- fix
- alpha added
- more fixes
- compilation fix
- removed diagnostic code
- cosmetic fixes
* lint
* add alpha constraint
* merge matmul refactor
* trigger CI
* - fix
* - another fix
* code style
* add support for matmul+elementwise_add+activation
* code style
* fix bfloat16 bugs
* change append_binary to append_sum
Co-authored-by: NJacek Czaja <jacek.czaja@intel.com>
Showing
想要评论请 注册 或 登录