Floating Data Types
Here are the commonly used floating point data types choice of which impacts both memory usage and throughput:
- fp32 (
float32) - fp16 (
float16) - bf16 (
bfloat16) - tf32 (CUDA internal data type)
Here are the commonly used floating point data types choice of which impacts both memory usage and throughput:
float32)float16)bfloat16)fp16