You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TensorRT EP] Address GPU bf16 support check (microsoft#24915)
BF16 support is primarily available on NVIDIA GPUs with the Ampere and
later architectures with compute capability of 8.0 or higher.
If trt_bf16_enable = true and compute capability < 8, TRT EP will make
trt_bf16_enable = false
0 commit comments