Add bounds warning to FP16 conversion script
kevinch-nv opened this issue · 1 comments
kevinch-nv commented
There should be a warning thrown when FP32 values outside of FP16 representative range are clamped when converted to FP16 to notify the user of potential unwanted behavior.
Currently the conversion function silently clamps the values.