Skip to content

Commit

Permalink
use gfx942 (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
micmelesse authored Dec 5, 2024
1 parent 5e49eae commit 27a1b5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/amd_perf_kernel_Integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: set-matrix
run: |
if [ x"${{ github.repository }}" == x"ROCm/triton" ]; then
echo '::set-output name=matrix-HIP::[["self-hosted", "rocm.gfx90a"]]'
echo '::set-output name=matrix-HIP::[["self-hosted", "gfx942"]]'
else
echo '::set-output name=matrix-HIP::[["ubuntu-latest"]]'
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd_perf_kernel_postmerge_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: set-matrix
run: |
if [ x"${{ github.repository }}" == x"ROCm/triton" ]; then
echo '::set-output name=matrix-HIP::[["self-hosted", "rocm.gfx90a"]]'
echo '::set-output name=matrix-HIP::[["self-hosted", "gfx942"]]'
else
echo '::set-output name=matrix-HIP::[["ubuntu-latest"]]'
fi
Expand Down

0 comments on commit 27a1b5b

Please sign in to comment.