diff --git a/projects/clr/hipamd/src/hip_formatting.hpp b/projects/clr/hipamd/src/hip_formatting.hpp index f4ca3caafe..0fae05e1a6 100644 --- a/projects/clr/hipamd/src/hip_formatting.hpp +++ b/projects/clr/hipamd/src/hip_formatting.hpp @@ -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;