Commits


Tang, Cheng authored and GitHub committed 1b1a6a4ca96
Bump onnx to get bfloat16 in ops, and some update in ort to support bfloat16 (#4791) * bump onnx to support bfloat16 * sign test code * fix ut failures * add bfloat type in gradient schema * add bfloat16 to gathernd * add bfloat16 into grad op defs * temp disable gpu fusing transformers * bfloat16 support fix * more fix to bfloat * bug ifx * add bfloat16 to transpose matmul * fix sce loss * fix cast opset13 and other missing part of bfloat16 * Revert "temp disable gpu fusing transformers" This reverts commit b627bc9019f03a6faba2d5d5fa1fe8ebda066cbb. * add SCEloss back * fix build break * fix gpu failure due to missing kernel in opset13 * add tile opset 13 kernel * Revert "fix gpu failure due to missing kernel in opset13" This reverts commit 661d63d0599029757f240d29afd64b197b76b880. * fix comments in pr * fix cuda break due to opset13 * fix missing msdomain * add nll loss tests into android build's broken list; disable bfloat16 cast tests due to the wrong type saved in onnx test data, will fix it in onnx first Co-authored-by: Cheng Tang <chenta@microsoft.com>