mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[CI] Add Triton 3.13t build (#143212)
By just extending the matrix and invoking script with appropriate cpython runtime Pull Request resolved: https://github.com/pytorch/pytorch/pull/143212 Approved by: https://github.com/clee2000, https://github.com/atalman, https://github.com/seemethere
This commit is contained in:
committed by
PyTorch MergeBot
parent
8621b9ff0c
commit
515abb7744
5
.github/workflows/build-triton-wheel.yml
vendored
5
.github/workflows/build-triton-wheel.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
py_vers: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
|
||||
py_vers: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t" ]
|
||||
device: ["cuda", "rocm", "xpu"]
|
||||
docker-image: ["pytorch/manylinux-builder:cpu", "pytorch/manylinux2_28-builder:cpu"]
|
||||
exclude:
|
||||
@ -114,6 +114,9 @@ jobs:
|
||||
3.13)
|
||||
PYTHON_EXECUTABLE=/opt/python/cp313-cp313/bin/python
|
||||
;;
|
||||
3.13t)
|
||||
PYTHON_EXECUTABLE=/opt/python/cp313-cp313t/bin/python
|
||||
;;
|
||||
*)
|
||||
echo "Unsupported python version ${PY_VERS}"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user