Skip to content

Commit 50e783e

Browse files
pybinding name
1 parent c24506e commit 50e783e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Bindings/Python/DialectSparseTensor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ using namespace mlir;
2323
using namespace mlir::python::adaptors;
2424

2525
static void populateDialectSparseTensorSubmodule(const py::module &m) {
26-
py::enum_<MlirSparseTensorLevelType>(m, "LevelType", py::module_local())
26+
py::enum_<MlirBaseLevelType>(m, "LevelType", py::module_local())
2727
.value("dense", MLIR_SPARSE_TENSOR_LEVEL_DENSE)
2828
.value("compressed24", MLIR_SPARSE_TENSOR_LEVEL_TWO_OUT_OF_FOUR)
2929
.value("compressed", MLIR_SPARSE_TENSOR_LEVEL_COMPRESSED)

0 commit comments

Comments
 (0)