delete the ShapeTracker (#12720)

* delete the ShapeTracker

* fix tests

* fix more

* fix gc test
This commit is contained in:
George Hotz
2025-10-16 15:36:22 +08:00
committed by GitHub
parent 592e86f6f5
commit 1d1e1d9d88
16 changed files with 14 additions and 1480 deletions
-4
View File
@@ -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