hotfix: raise line limit to 11200 for new webgpu backend

This commit is contained in:
George Hotz 2025-02-07 14:29:20 +08:00
commit dbda72f91d

View file

@ -253,8 +253,8 @@ jobs:
run: |
PYTHONPATH="." python test/external/fuzz_shapetracker.py
PYTHONPATH="." python test/external/fuzz_shapetracker_math.py
- name: Repo line count < 11000 lines
run: MAX_LINE_COUNT=11000 python sz.py
- name: Repo line count < 11200 lines
run: MAX_LINE_COUNT=11200 python sz.py
testopencl:
strategy: