discard children on mop shuffle, 200 -> 196 kernels

This commit is contained in:
George Hotz
2023-02-25 10:51:07 -08:00
parent 1d01842232
commit a44e8e4385
2 changed files with 7 additions and 4 deletions

View File

@@ -161,7 +161,7 @@ jobs:
run: GPU=1 IMAGE=2 python3 test/test_ops.py
- name: Test openpilot model
run: |
ALLOWED_KERNEL_COUNT=200 FLOAT16=1 VALIDHACKS=1 DEBUGCL=1 GPU=1 IMAGE=2 python3 openpilot/compile.py
ALLOWED_KERNEL_COUNT=196 FLOAT16=1 VALIDHACKS=1 DEBUGCL=1 GPU=1 IMAGE=2 python3 openpilot/compile.py
UNSAFE_FLOAT4=1 DEBUGCL=1 GPU=1 IMAGE=2 python3 openpilot/compile.py
# disabled, this test is flaky