Skip to content

Commit

Permalink
[no merge] triton_mlir specialization
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Feb 1, 2025
1 parent 4d77301 commit 0e6a183
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
from setuptools import setup, find_namespace_packages

# 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"


Expand Down

0 comments on commit 0e6a183

Please sign in to comment.