[Mlir-commits] [mlir] 7a74869 - Fix mlir/lib/Bindings/Python/IRTypes.cpp for Float8E4M3B11FNUZType
David Majnemer
llvmlistbot at llvm.org
Fri Mar 24 13:45:00 PDT 2023
Author: David Majnemer
Date: 2023-03-24T20:42:47Z
New Revision: 7a74869a7221f9adc8814bda509193864886513b
URL: https://github.com/llvm/llvm-project/commit/7a74869a7221f9adc8814bda509193864886513b
DIFF: https://github.com/llvm/llvm-project/commit/7a74869a7221f9adc8814bda509193864886513b.diff
LOG: Fix mlir/lib/Bindings/Python/IRTypes.cpp for Float8E4M3B11FNUZType
Added:
Modified:
mlir/lib/Bindings/Python/IRTypes.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Bindings/Python/IRTypes.cpp b/mlir/lib/Bindings/Python/IRTypes.cpp
index 6d381b1c0170..cb62a402dc67 100644
--- a/mlir/lib/Bindings/Python/IRTypes.cpp
+++ b/mlir/lib/Bindings/Python/IRTypes.cpp
@@ -717,6 +717,7 @@ void mlir::python::populateIRTypes(py::module &m) {
PyFloat8E4M3FNType::bind(m);
PyFloat8E5M2Type::bind(m);
PyFloat8E4M3FNUZType::bind(m);
+ PyFloat8E4M3B11FNUZType::bind(m);
PyFloat8E5M2FNUZType::bind(m);
PyBF16Type::bind(m);
PyF16Type::bind(m);
More information about the Mlir-commits
mailing list