From 127cfc5a83497f2e3542af0fe34009e336f4ef65 Mon Sep 17 00:00:00 2001 From: andrej Date: Thu, 13 Nov 2025 14:05:24 -0700 Subject: [PATCH 1/2] Remove environment variables from MLIR Python extras install --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57f3c222..b6f1d094 100755 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ If starting from `Ubuntu 24.04` you may need to update the Linux kernel to 6.11+ 1. Install required Python packages (from requirements.txt): ```bash - MLIR_PYTHON_EXTRAS_SET_VERSION="0.0.8.3" HOST_MLIR_PYTHON_PACKAGE_PREFIX="aie" pip install -r requirements.txt + pip install -r requirements.txt ``` 1. To test your installation, you can try to build and run the example below: diff --git a/requirements.txt b/requirements.txt index 5b8fb611..52e7e5c9 100755 --- a/requirements.txt +++ b/requirements.txt @@ -22,5 +22,5 @@ cmake>=3.29, <4.0 # For installing this, the following environment variables must be set: # MLIR_PYTHON_EXTRAS_SET_VERSION="0.0.8.3" # HOST_MLIR_PYTHON_PACKAGE_PREFIX="aie" -git+https://github.com/erwei-xilinx/mlir-python-extras@a801853ac0eef50a0f2779cfbbd7dabc931806ee +git+https://github.com/erwei-xilinx/mlir-python-extras@46a55a3bc9138e29a9b90c5d2caa4bc3659bae35 -f https://github.com/llvm/eudsl/releases/expanded_assets/latest From f839acbaf3390176a32f05dcf02008010d1d8284 Mon Sep 17 00:00:00 2001 From: andrej Date: Wed, 19 Nov 2025 09:27:25 -0700 Subject: [PATCH 2/2] fix SHA --- requirements.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 52e7e5c9..28341197 100755 --- a/requirements.txt +++ b/requirements.txt @@ -18,9 +18,5 @@ reuse torch cmake>=3.29, <4.0 -# MLIR-extras (Python bindings/helpers for MLIR) -# For installing this, the following environment variables must be set: -# MLIR_PYTHON_EXTRAS_SET_VERSION="0.0.8.3" -# HOST_MLIR_PYTHON_PACKAGE_PREFIX="aie" -git+https://github.com/erwei-xilinx/mlir-python-extras@46a55a3bc9138e29a9b90c5d2caa4bc3659bae35 +git+https://github.com/erwei-xilinx/mlir-python-extras@813dce4ec933c4b6517de4137dcba13d7304dcdf -f https://github.com/llvm/eudsl/releases/expanded_assets/latest