Skip to content

Commit cfce509

Browse files
committed
[no merge] triton_mlir specialization
[skip actions]
1 parent e39e7bb commit cfce509

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
@@ -7,9 +7,7 @@
77
from setuptools.command.build_py import build_py
88

99
# TODO: find from extras maybe
10-
HOST_MLIR_PYTHON_PACKAGE_PREFIX = os.environ.get(
11-
"HOST_MLIR_PYTHON_PACKAGE_PREFIX", "mlir"
12-
)
10+
HOST_MLIR_PYTHON_PACKAGE_PREFIX = "triton_mlir"
1311
PACKAGE_NAME = f"{HOST_MLIR_PYTHON_PACKAGE_PREFIX.replace('.', '-').replace('_', '-')}-python-extras"
1412

1513

0 commit comments

Comments
 (0)