Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down