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 8aba4e7 commit fa74c4fCopy full SHA for fa74c4f
setup.py
@@ -4,9 +4,7 @@
4
from setuptools import setup, find_namespace_packages
5
6
# TODO: find from extras maybe
7
-HOST_MLIR_PYTHON_PACKAGE_PREFIX = os.environ.get(
8
- "HOST_MLIR_PYTHON_PACKAGE_PREFIX", "mlir"
9
-)
+HOST_MLIR_PYTHON_PACKAGE_PREFIX = "triton_mlir"
10
PACKAGE_NAME = f"{HOST_MLIR_PYTHON_PACKAGE_PREFIX.replace('.', '-').replace('_', '-')}-python-extras"
11
12
0 commit comments