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 <stanley.winata@amd.com>
  • Loading branch information
raikonenfnu committed Nov 20, 2024
1 parent 53ec647 commit fa61434
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 65 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PERF on MI250
name: PERF

on:
workflow_dispatch:
Expand All @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
version: [3.11]
os: [nodai-amdgpu-mi250-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 @@ -55,6 +55,13 @@ jobs:
pip install --no-cache-dir -r iree-requirements-ci.txt --upgrade
pip install -r requirements.txt -e .
- name: Run e2e tests on MI300
if: "contains(matrix.os, 'mi300') && !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/
- name: Run e2e tests on MI250
if: "contains(matrix.os, 'mi250') && !cancelled()"
run: |
Expand Down
63 changes: 0 additions & 63 deletions .github/workflows/perf_mi300.yaml

This file was deleted.

0 comments on commit fa61434

Please sign in to comment.