From 8a53626e786e05c591c305647a62593b4afc85f4 Mon Sep 17 00:00:00 2001 From: Maksim Levental Date: Wed, 20 Nov 2024 22:29:30 -0600 Subject: [PATCH] [no merge] triton_mlir specialization [skip actions] --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 97f66230..e2edf384 100644 --- a/setup.py +++ b/setup.py @@ -7,9 +7,7 @@ from setuptools.command.build_py import build_py # TODO: find from extras maybe -HOST_MLIR_PYTHON_PACKAGE_PREFIX = os.environ.get( - "HOST_MLIR_PYTHON_PACKAGE_PREFIX", "mlir" -) +HOST_MLIR_PYTHON_PACKAGE_PREFIX = "triton_mlir" PACKAGE_NAME = f"{HOST_MLIR_PYTHON_PACKAGE_PREFIX.replace('.', '-').replace('_', '-')}-python-extras"