mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-08-31 07:26:07 +00:00
delete the ShapeTracker (#12720)
* delete the ShapeTracker * fix tests * fix more * fix gc test
This commit is contained in:
@@ -310,10 +310,6 @@ jobs:
|
||||
run: python test/external/fuzz_symbolic.py
|
||||
- name: Fuzz Test fast idiv
|
||||
run: python test/external/fuzz_fast_idiv.py
|
||||
- name: Fuzz Test shapetracker
|
||||
run: CNT=50 python test/external/fuzz_shapetracker.py
|
||||
- name: Fuzz Test shapetracker math
|
||||
run: CNT=200 python test/external/fuzz_shapetracker_math.py
|
||||
- name: Fuzz Test shape ops
|
||||
run: python test/external/fuzz_shape_ops.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user