mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-12 01:10:22 +00:00
Add GPU-side unit tests for FP8 type conversions covering E4M3FN, E4M3B15, and E4M3FNUZ. Validates min/max normal/subnormal, overflow saturation, underflow, NaN encoding, and zero handling. Exercises both scalar conversions and vector conversions via mscclpp::to<>. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>