@@ -12,10 +12,10 @@ jobs:
1212 runs-on : " amd-gfx942-mi325"
1313 timeout-minutes : 45
1414 container :
15- image : rocm/pytorch:rocm6.3_ubuntu22 .04_py3.10_pytorch_release_2.5.1_preview
15+ image : rocm/pytorch:rocm7.1_ubuntu24 .04_py3.12_pytorch_release_2.7.1
1616 options : >-
1717 --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --user root
18- --volume /home/runner/.triton:/github/home/.triton
18+ --volume /home/runner/.triton:/github/home/.triton --shm-size=512MB
1919 env :
2020 TRITON_BUILD_WITH_CLANG_LLD : " TRUE"
2121 TRITON_USE_ASSERT_ENABLED_LLVM : " TRUE"
2626 - name : Install dependencies
2727 run : |
2828 rm -f /usr/local/bin/cmake
29- apt-get update -y && apt install -y libopenmpi-dev git cython3 ibverbs-utils openmpi-bin libopenmpi-dev libpci-dev libdw1 locales cmake
30- pip3 install -i https://test.pypi.org/simple hip-python>=6.3.0 # (or whatever Rocm version you have)
29+ apt-get update -y && apt install -y libopenmpi-dev git cython3 ibverbs-utils openmpi-bin libopenmpi-dev libpci-dev libdw1 locales cmake miopen-hip autoconf libtool flex ninja-build clang lld
30+ pip3 install -i https://test.pypi.org/simple hip-python>=7.1 # (or whatever Rocm version you have)
3131 pip3 install pybind11
3232 - name : Checkout
3333 uses : actions/checkout@v4
@@ -58,10 +58,10 @@ jobs:
5858 runs-on : " amd-gfx942-mi325"
5959 timeout-minutes : 60
6060 container :
61- image : rocm/pytorch:rocm6.3_ubuntu22 .04_py3.10_pytorch_release_2.5.1_preview
61+ image : rocm/pytorch:rocm7.1_ubuntu24 .04_py3.12_pytorch_release_2.7.1
6262 options : >-
6363 --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --user root
64- --volume /home/runner/.triton:/github/home/.triton
64+ --volume /home/runner/.triton:/github/home/.triton --shm-size=512MB
6565 env :
6666 TRITON_BUILD_WITH_CLANG_LLD : " TRUE"
6767 TRITON_USE_ASSERT_ENABLED_LLVM : " TRUE"
7272 steps :
7373 - name : Install dependencies
7474 run : |
75- apt-get update -y && apt install -y libopenmpi-dev
76- pip3 install -i https://test.pypi.org/simple hip-python>=6.3.0 # (or whatever Rocm version you have)
77- pip3 install pybind11
75+ apt-get update -y && apt install -y libopenmpi-dev cmake miopen-hip autoconf libtool flex ninja-build clang lld
76+ pip3 install -i https://test.pypi.org/simple hip-python>=7.1 # (or whatever Rocm version you have)
77+ pip3 install pybind11 psutil
7878 - name : Checkout
7979 uses : actions/checkout@v4
8080 with :
@@ -103,10 +103,10 @@ jobs:
103103 runs-on : " amd-gfx942-mi325"
104104 timeout-minutes : 45
105105 container :
106- image : rocm/pytorch:rocm6.4.3_ubuntu22. 04_py3.10_pytorch_release_2.5 .1
106+ image : rocm/pytorch:rocm7.1_ubuntu24. 04_py3.12_pytorch_release_2.7 .1
107107 options : >-
108108 --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --user root
109- --volume /home/runner/.triton:/github/home/.triton
109+ --volume /home/runner/.triton:/github/home/.triton --shm-size=512MB
110110 env :
111111 TRITON_BUILD_WITH_CLANG_LLD : " TRUE"
112112 TRITON_USE_ASSERT_ENABLED_LLVM : " TRUE"
@@ -118,8 +118,8 @@ jobs:
118118 - name : Install dependencies
119119 run : |
120120 rm -f /usr/local/bin/cmake
121- apt-get update -y && apt install -y libopenmpi-dev git cython3 ibverbs-utils openmpi-bin libopenmpi-dev libpci-dev libdw1 locales cmake
122- pip3 install -i https://test.pypi.org/simple hip-python==6.4.3.555.40
121+ apt-get update -y && apt install -y libopenmpi-dev git cython3 ibverbs-utils openmpi-bin libopenmpi-dev libpci-dev libdw1 locales cmake ninja-build clang lld
122+ pip3 install -i https://test.pypi.org/simple hip-python>=7.1
123123 pip3 install pybind11
124124 - name : Checkout
125125 uses : actions/checkout@v4
0 commit comments