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 b834f94 commit 1cf2871Copy full SHA for 1cf2871
setup.py
@@ -116,6 +116,7 @@ def cmake_build(self, cmake_build_dir):
116
f"-DPython_EXECUTABLE={sys.executable}",
117
f"-DPython_FIND_VIRTUALENV=ONLY",
118
f"-DMLIR_ENABLE_BINDINGS_PYTHON=ON",
119
+ "-DMLIR_BINDINGS_PYTHON_NB_DOMAIN=torch_mlir",
120
f"-DLLVM_TARGETS_TO_BUILD=host",
121
f"-DLLVM_ENABLE_ZSTD=OFF",
122
# Optimization options for building wheels.
0 commit comments