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 9d0393f commit a11a19dCopy full SHA for a11a19d
setup.py
@@ -7,9 +7,7 @@
7
from setuptools.command.build_py import build_py
8
9
# TODO: find from extras maybe
10
-HOST_MLIR_PYTHON_PACKAGE_PREFIX = os.environ.get(
11
- "HOST_MLIR_PYTHON_PACKAGE_PREFIX", "mlir"
12
-)
+HOST_MLIR_PYTHON_PACKAGE_PREFIX = "triton_mlir"
13
PACKAGE_NAME = f"{HOST_MLIR_PYTHON_PACKAGE_PREFIX.replace('.', '-').replace('_', '-')}-python-extras"
14
15
0 commit comments