Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/triton-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
triton:
runs-on: aiter-1gpu-runner
runs-on: aiter-mi355-1gpu
env:
DOCKER_IMAGE: "rocm/pytorch:latest"
TRITON_TEST: "op_tests/triton_tests/"
Expand All @@ -35,7 +35,7 @@ jobs:
docker run -dt \
--device=/dev/dri \
--device=/dev/kfd \
--shm-size=16G \
--shm-size=32G \
--group-add $(getent group render | cut -d: -f3) \
--group-add $(getent group video | cut -d: -f3) \
-v "${{ github.workspace }}:/workspace" \
Expand Down
2 changes: 1 addition & 1 deletion op_tests/triton_tests/test_batched_gemm_a8w8.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def get_x_vals():
(256, 8192, 1024),
(320, 8192, 1024),
(512, 8192, 1024),
(1024, 8192, 1024),
# (1024, 8192, 1024),
(2048, 8192, 1024),
(4096, 8192, 1024),
(8192, 8192, 1024),
Expand Down
Loading