In quantization-aware training (QAT), how do Tensor Cores enable INT8 inference after FP16/FP32 training?
-
A
INT8 weights are upcast to FP16 before Tensor Core operations
-
B
Tensor Cores support INT8 GEMM natively, allowing trained FP32 models to be calibrated and deployed in INT8
-
C
QAT requires CPU-based quantization post-training
-
D
INT8 inference bypasses Tensor Cores entirely