The P100 has been doing silently noisy math in llama.cpp for years. Three lines fix it for free.
llama.cpp's CUDA backend has a FAST_FP16_AVAILABLE flag: "this GPU is fast at fp16, so do
quality-sensitive math in fp16." The GTX 10-series (sm_61) was exempted from it long ago. The
Tesla P100 (sm_60) never was β because GP100 is the one Pascal chip with fast fp16 hardware.
Hardware can, therefore software did. Nobody measured what it cost.