[run_process_replay] for opencl/openpilot (#5009)

* lil reset script

* find the prg

* use lower_schedule_item

* add process replay back

* cleanups
This commit is contained in:
qazal
2024-07-19 00:42:33 +08:00
committed by GitHub
parent 2c4add6844
commit fdfc0015a7

View File

@@ -220,6 +220,11 @@ jobs:
- if: ${{ matrix.task == 'onnx' }}
name: Run handcode_opt
run: PYTHONPATH=. MODEL=resnet GPU=1 DEBUG=1 BS=4 HALF=0 python3 examples/handcode_opt.py
- name: Run process replay tests
run: |
export PR_TITLE=$(jq -r .pull_request.title "$GITHUB_EVENT_PATH")
export COMMIT_MESSAGE=$(git show -s --format=%B ${{ github.event.pull_request.head.sha }})
cp test/external/process_replay/process_replay.py ./process_replay.py && git fetch origin master && git -c advice.detachedHead=false checkout origin/master && PYTHONPATH=. python3 process_replay.py
#testwebgpu:
# name: WebGPU Tests