Skip to content
Merged
Show file tree
Hide file tree
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
48 changes: 24 additions & 24 deletions .github/workflows/conformance-hip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ concurrency:
# no --group-add video/render is needed (and the mivisionx image lacks the
# render group name, which would make docker start fail on --group-add render).
#
# mivisionx/ubuntu-24.04:rocm-20260710 is a multi-arch ROCm 7.15 (nightly
# 20260710) stack (amdclang++, HIP runtime, rocminfo) with device support for
# mivisionx/ubuntu-24.04:rocm-20260818 is a multi-arch ROCm 10.1 (nightly
# 20260818) stack (amdclang++, HIP runtime, rocminfo) with device support for
# all supported GPU archs, so it works on whichever runner the job lands on.
# Multi-arch is required because the shark42 group hands out either gfx1100 or
# gfx1201, and a single-family image would fail on the other arch.
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
steps:
- name: Checkout merge target ref
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
env:
# 40 vision kernels with a stable 1:1 GPU implementation — excludes
Expand Down Expand Up @@ -530,7 +530,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-hip-debug
steps:
Expand Down Expand Up @@ -580,7 +580,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-hip-debug
steps:
Expand Down Expand Up @@ -629,7 +629,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-hip-debug
steps:
Expand Down Expand Up @@ -678,7 +678,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-hip-debug
steps:
Expand Down Expand Up @@ -727,7 +727,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-hip-debug
steps:
Expand Down Expand Up @@ -776,7 +776,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-hip-debug
steps:
Expand Down Expand Up @@ -825,7 +825,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-hip-debug
steps:
Expand Down Expand Up @@ -874,7 +874,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-hip-debug
steps:
Expand Down Expand Up @@ -923,7 +923,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-hip-debug
steps:
Expand Down Expand Up @@ -972,7 +972,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-hip-debug
steps:
Expand Down Expand Up @@ -1021,7 +1021,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-hip-debug
steps:
Expand Down Expand Up @@ -1070,7 +1070,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-hip-debug
steps:
Expand Down Expand Up @@ -1113,7 +1113,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-hip-debug
steps:
Expand Down Expand Up @@ -1158,7 +1158,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-hip-debug
steps:
Expand Down Expand Up @@ -1238,7 +1238,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-hip-debug
steps:
Expand Down Expand Up @@ -1296,7 +1296,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-hip-debug
steps:
Expand Down Expand Up @@ -1372,7 +1372,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
env:
# 40 vision kernels with a stable 1:1 GPU implementation compared apples-
Expand Down Expand Up @@ -1626,7 +1626,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
if: always() && needs.build-hip-debug.result == 'success'
needs:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rocprof-gdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-rocprof-cpu
steps:
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
runs-on:
group: linux-shark39-runner-group
container:
image: mivisionx/ubuntu-24.04:rocm-20260710
image: mivisionx/ubuntu-24.04:rocm-20260818
options: --device /dev/kfd --device /dev/dri
needs: build-rocprof-hip
steps:
Expand Down
Loading