From 7d9e61573dca08ad2372c06a79bc8a99fd309ed4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 15:12:00 +0000 Subject: [PATCH 1/3] Initial plan From 579108072eb062f9fc84b8c19f2bb7b59aed4471 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 15:12:55 +0000 Subject: [PATCH 2/3] Drop pre-release tag from halide-llvm 22 constraint in pyproject.toml Co-authored-by: alexreinking <169273+alexreinking@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53530ed0a998..e3db597e780d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ ci-base = [ ] ci-llvm-main = [{ include-group = "ci-base" }, "halide-llvm~=23.0.0.dev0"] -ci-llvm-22 = [{ include-group = "ci-base" }, "halide-llvm~=22.1.0rc0"] +ci-llvm-22 = [{ include-group = "ci-base" }, "halide-llvm~=22.1.0"] ci-llvm-21 = [{ include-group = "ci-base" }, "halide-llvm~=21.1.0"] ci-llvm-20 = [{ include-group = "ci-base" }, "halide-llvm~=20.1.0"] From 335f7ba42fb2a2717041e361bfc8786e29fd3f64 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 15:17:05 +0000 Subject: [PATCH 3/3] Update uv.lock specifier for halide-llvm 22 to drop pre-release tag Co-authored-by: alexreinking <169273+alexreinking@users.noreply.github.com> --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 49e825a2d318..ede7c93bd81e 100644 --- a/uv.lock +++ b/uv.lock @@ -212,7 +212,7 @@ ci-llvm-21 = [ ] ci-llvm-22 = [ { name = "cmake", specifier = ">=3.28" }, - { name = "halide-llvm", specifier = "~=22.1.0rc0", index = "https://pypi.halide-lang.org/simple" }, + { name = "halide-llvm", specifier = "~=22.1.0", index = "https://pypi.halide-lang.org/simple" }, { name = "ninja", specifier = ">=1.11,!=1.13.0" }, { name = "onnx", specifier = "==1.18.0" }, { name = "pybind11", specifier = ">=2.11.1" },