|
|
1 سال پیش | |
|---|---|---|
| .. | ||
| README.md | 1 سال پیش | |
| process_replay.py | 1 سال پیش | |
| reset.py | 1 سال پیش | |
Process replay is a tool for creating a diff of generated kernels between two commits. By default, process replay doesn't assert kernel diffs.
Refactor and speedup prs must enable the assert by including [run_process_replay] in the pr title.
Note that process replay early stops when over 20% of kernels change, for speed..
To run process replay locally:
(optional: clear previous process replay runs with test/external/process_replay/reset.py)
RUN_PROCESS_REPLAY=1 in your branch. This will capture the kernels.test/external/process_replay/process_replay.py