Skip to content

Commit

Permalink
Integrate back perf yamls
Browse files Browse the repository at this point in the history
Signed-off-by: Stanley Winata <[email protected]>
  • Loading branch information
raikonenfnu committed Nov 20, 2024
1 parent 53ec647 commit 3660dd8
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PERF on MI300
name: PERF

on:
workflow_dispatch:
Expand All @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
version: [3.11]
os: [nodai-amdgpu-mi300-x86-64]
os: [nodai-amdgpu-mi300-x86-64, nodai-amdgpu-mi250-x86-64]
runs-on: ${{matrix.os}}
env:
PIP_CACHE_DIR: "${{ github.workspace }}/.pip-cache"
Expand Down Expand Up @@ -61,3 +61,10 @@ jobs:
export WAVE_RUN_E2E_TESTS=1
export TEST_PARAMS_PATH="tests/kernel/wave/test_param.json"
pytest -n 1 --capture=tee-sys -vv ./tests/kernel/wave/
- name: Run e2e tests on MI250
if: "contains(matrix.os, 'mi250') && !cancelled()"
run: |
export WAVE_RUN_E2E_TESTS=1
export TEST_PARAMS_PATH="tests/kernel/wave/test_param.json"
pytest -n 1 --capture=tee-sys -vv ./tests/kernel/wave/

0 comments on commit 3660dd8

Please sign in to comment.