From e3444a51b2366bcca2c5256f350a8a4de5389e8a Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sat, 31 May 2025 00:21:21 +0000 Subject: [PATCH 1/4] updated v3.3.1 --- recipe/recipe.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 8401c62..4dc1e4c 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -1,5 +1,5 @@ context: - version: 3.3.0 + version: "3.3.1" # Triton no longer tags releases, but there are release branches, e.g. # https://github.com/triton-lang/triton/commits/release/3.1.x/ # Check if the commit id from Pytorch's latest pinned commit in @@ -8,7 +8,7 @@ context: git_commit: 65c6b88165a169a659935443dafe887f24f1592a # cmake/llvm-hash.txt llvm_commit: a66376b0dc3b2ea8a84fda26faca287980986f78 - build_number: 1 + build_number: 0 package: name: triton From b93e43f77f838df8b4a0de06cb75555fe54a50dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 31 May 2025 07:27:39 +0200 Subject: [PATCH 2/4] Switch to using upstream tags --- recipe/recipe.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 4dc1e4c..96b3d67 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -1,11 +1,5 @@ context: version: "3.3.1" - # Triton no longer tags releases, but there are release branches, e.g. - # https://github.com/triton-lang/triton/commits/release/3.1.x/ - # Check if the commit id from Pytorch's latest pinned commit in - # https://github.com/pytorch/pytorch/blob/v{{ pytorch_ver }}/.ci/docker/ci_commit_pins/triton.txt - # can be found on one of those release branches, and use that as the version - git_commit: 65c6b88165a169a659935443dafe887f24f1592a # cmake/llvm-hash.txt llvm_commit: a66376b0dc3b2ea8a84fda26faca287980986f78 build_number: 0 @@ -15,8 +9,8 @@ package: version: ${{ version }} source: - - url: https://github.com/triton-lang/triton/archive/${{ git_commit }}.tar.gz - sha256: 76afc9fc97345b6b8d3f3b7dfee3fc34a90633e3b768512488a08c203aa092e4 + - url: https://github.com/triton-lang/triton/archive/v${{ version }}.tar.gz + sha256: 9dc77d9205933bf2fc05eb054f4f1d92acd79a963826174d57fe9cfd58ba367b patches: - patches/0001-Remove-Werror-that-cause-false-positive-build-failur.patch # uncomment if we decide to link dynamically again From 703f27d8e0583287652cac572ed487c7d0ce4a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 31 May 2025 07:27:48 +0200 Subject: [PATCH 3/4] Update pinned LLVM --- recipe/recipe.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 96b3d67..55346ff 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -1,7 +1,7 @@ context: version: "3.3.1" # cmake/llvm-hash.txt - llvm_commit: a66376b0dc3b2ea8a84fda26faca287980986f78 + llvm_commit: e12cbd8339b89563059c2bb2a312579b652560d0 build_number: 0 package: @@ -19,7 +19,7 @@ source: # https://github.com/conda-forge/pytorch-cpu-feedstock/issues/317#issuecomment-2585460619 - patches/0004-Add-conda-forge-include-dirs-to-list-of-include-dirs.patch - url: https://github.com/llvm/llvm-project/archive/${{ llvm_commit }}.tar.gz - sha256: 10eb1d36aabbc5d31c9d2af27844f51638d40be28975a4ab20ad13609f7da23d + sha256: 196c49229b875b5d5e1745618d67b1d9887074ca48679e92d46502e928b9bcea target_directory: llvm-project build: From e10febb3cc43bc26cbabf0e3f163d946e358f026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 31 May 2025 12:44:11 +0200 Subject: [PATCH 4/4] Revert "Update pinned LLVM" This reverts commit 703f27d8e0583287652cac572ed487c7d0ce4a97. Accidentally looked at the pin on main rather than the release tag. --- recipe/recipe.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 55346ff..96b3d67 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -1,7 +1,7 @@ context: version: "3.3.1" # cmake/llvm-hash.txt - llvm_commit: e12cbd8339b89563059c2bb2a312579b652560d0 + llvm_commit: a66376b0dc3b2ea8a84fda26faca287980986f78 build_number: 0 package: @@ -19,7 +19,7 @@ source: # https://github.com/conda-forge/pytorch-cpu-feedstock/issues/317#issuecomment-2585460619 - patches/0004-Add-conda-forge-include-dirs-to-list-of-include-dirs.patch - url: https://github.com/llvm/llvm-project/archive/${{ llvm_commit }}.tar.gz - sha256: 196c49229b875b5d5e1745618d67b1d9887074ca48679e92d46502e928b9bcea + sha256: 10eb1d36aabbc5d31c9d2af27844f51638d40be28975a4ab20ad13609f7da23d target_directory: llvm-project build: