Commits


snadampal authored and GitHub committed 7fa6f4fca4a
add arm64 bfloat16 fastmath mode option for transformers benchmarking script (#19294) Add arm64 bfloat16 fastmath mode option for transformers benchmarking script. ### Motivation and Context onnxruntime now supports bfloat16 fastmath gemm kernels for arm64 platforms with bfloat16 instruction support. This PR updates benchmark scripts to test that mode.