diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 8401c62..96b3d67 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -1,22 +1,16 @@ context: - version: 3.3.0 - # 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 + version: "3.3.1" # cmake/llvm-hash.txt llvm_commit: a66376b0dc3b2ea8a84fda26faca287980986f78 - build_number: 1 + build_number: 0 package: name: triton 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