Skip to content

Commit

Permalink
Fix mlir/lib/Bindings/Python/IRTypes.cpp for Float8E4M3B11FNUZType
Browse files Browse the repository at this point in the history
  • Loading branch information
majnemer committed Mar 24, 2023
1 parent 2f086f2 commit 7a74869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlir/lib/Bindings/Python/IRTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7a74869

Please sign in to comment.