From 103a6222df5578032cc6783e6ab9271108aa9456 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 23:59:11 +0000 Subject: [PATCH 1/2] Update mlir-aie to version v1.2.1 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0072a859..1c89ef1e 100755 --- a/requirements.txt +++ b/requirements.txt @@ -6,11 +6,11 @@ # version of torch (don't need CUDA), so we give this index precedence over the # main PyPI. These indices are consulted in order of precedence by pip. --index-url https://download.pytorch.org/whl/cpu ---extra-index-url https://github.com/Xilinx/mlir-aie/releases/expanded_assets/v1.2.0 +--extra-index-url https://github.com/Xilinx/mlir-aie/releases/expanded_assets/v1.2.1 --extra-index-url https://github.com/Xilinx/llvm-aie/releases/expanded_assets/nightly --extra-index-url https://pypi.org/simple -mlir_aie==v1.2.0 +mlir_aie==1.2.1 llvm-aie black From faf2a4a25cc82c8a1269702c7a06f88633e1f414 Mon Sep 17 00:00:00 2001 From: andrej Date: Tue, 10 Feb 2026 15:06:19 -0700 Subject: [PATCH 2/2] empty commit