mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-07 22:23:55 -05:00
hotfix: raise line limit to 11200 for new webgpu backend
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user