SWDEV-468039 - Define formatting for fp8 ocp data type

Change-Id: Ie3c8bc71b4cefaa20e9e5d80636c2d26a05e91a7


[ROCm/clr commit: 1f333f64c4]
This commit is contained in:
Rahul Manocha
2024-08-15 10:09:21 -07:00
کامیت شده توسط Rahul Manocha
والد c430e1c44d
کامیت 51c86bc5cb
@@ -550,6 +550,12 @@ inline std::ostream& operator<<(std::ostream& os, const hipDataType& s) {
case HIP_C_64U:
os << "HIP_C_64U";
break;
case HIP_R_8F_E4M3:
os << "HIP_R_8F_E4M3";
break;
case HIP_R_8F_E5M2:
os << "HIP_R_8F_E5M2";
break;
case HIP_R_8F_E4M3_FNUZ:
os << "HIP_R_8F_E4M3_FNUZ";
break;