[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
commit fdfc0015a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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