We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d35273 commit 8d59fc5Copy full SHA for 8d59fc5
mlir/docs/Dialects/Linalg/OpDSL.md
@@ -12,7 +12,7 @@ corresponding `linalg.generic` IR for the composition.
12
13
The tool is bundled with the MLIR Python bindings. To use from the CMake build
14
tree, MLIR must be build with Python bindings enabled
15
-(`-DMLIR_ENALBE_BINDINGS_PYTHON=ON`). Then add the `python` directory in the
+(`-DMLIR_ENABLE_BINDINGS_PYTHON=ON`). Then add the `python` directory in the
16
build tree to your `PYTHONPATH` environment variable (i.e. `export
17
PYTHONPATH=$PWD/build/tools/mlir/python_packages/mlir_core`). Optionally, use an
18
installed MLIR package, if available, to avoid building.
0 commit comments