Commit 44740c6c authored by yuguo's avatar yuguo
Browse files

Merge commit '7a9a0825' of...

Merge commit '7a9a0825' of https://github.com/NVIDIA/TransformerEngine
parents 8113d9e0 7a9a0825
...@@ -46,6 +46,8 @@ std::string to_string(const DType type) { ...@@ -46,6 +46,8 @@ std::string to_string(const DType type) {
return "Float8E8M0"; return "Float8E8M0";
case DType::kFloat4E2M1: case DType::kFloat4E2M1:
return "Float4E2M1"; return "Float4E2M1";
case DType::kInt16:
return "Int16";
case DType::kInt32: case DType::kInt32:
return "Int32"; return "Int32";
case DType::kInt64: case DType::kInt64:
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment