Skip to content

Commit

Permalink
[CI, 3.13] enable 3.13 triton build
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Nov 8, 2024
1 parent c1c94cb commit 43dd5d1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-triton-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
py_vers: [ "3.9", "3.10", "3.11", "3.12" ]
py_vers: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
device: ["cuda", "rocm", "xpu"]
include:
- device: "rocm"
Expand Down Expand Up @@ -104,6 +104,9 @@ jobs:
3.12)
PYTHON_EXECUTABLE=/opt/python/cp312-cp312/bin/python
;;
3.13)
PYTHON_EXECUTABLE=/opt/python/cp313-cp313/bin/python
;;
*)
echo "Unsupported python version ${PY_VERS}"
exit 1
Expand Down Expand Up @@ -212,8 +215,8 @@ jobs:
strategy:
fail-fast: false
matrix:
py_vers: [ "3.9", "3.10", "3.11", "3.12" ]
timeout-minutes: 40
py_vers: [ "3.9", "3.10", "3.11", "3.12, "3.13" ]
timeout-minutes: 90
env:
DOCKER_IMAGE: pytorch/conda-builder:cpu
PY_VERS: ${{ matrix.py_vers }}
Expand Down

0 comments on commit 43dd5d1

Please sign in to comment.