Skip to content

Commit bfe75bd

Browse files
committed
[no merge] triton_mlir specialization
1 parent e7592ab commit bfe75bd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
from setuptools import setup, find_namespace_packages
55

66
# TODO: find from extras maybe
7-
HOST_MLIR_PYTHON_PACKAGE_PREFIX = os.environ.get(
8-
"HOST_MLIR_PYTHON_PACKAGE_PREFIX", "mlir"
9-
)
7+
HOST_MLIR_PYTHON_PACKAGE_PREFIX = "triton_mlir"
108
PACKAGE_NAME = f"{HOST_MLIR_PYTHON_PACKAGE_PREFIX.replace('.', '-').replace('_', '-')}-python-extras"
119

1210

0 commit comments

Comments
 (0)