remove custom op support, we waste time maintaining this (#6991)

* remove custom op support, we waste time maintaining this

* customop is over
This commit is contained in:
George Hotz
2024-10-11 14:31:09 +08:00
committed by GitHub
parent c08521e823
commit e441794c4b
6 changed files with 5 additions and 119 deletions

View File

@@ -27,13 +27,13 @@ repos:
pass_filenames: false
- id: devicetests
name: select GPU tests
entry: env GPU=1 PYTHONPATH="." pytest test/test_uops.py test/test_custom_function.py test/test_search.py
entry: env GPU=1 PYTHONPATH="." pytest test/test_uops.py test/test_search.py
language: system
always_run: true
pass_filenames: false
- id: tests
name: subset of tests
entry: env PYTHONPATH="." python3 -m pytest -n=4 test/unit/ test/test_ops.py test/test_dtype.py test/test_schedule.py test/test_custom_function.py test/test_assign.py test/test_symbolic_shapetracker.py
entry: env PYTHONPATH="." python3 -m pytest -n=4 test/unit/ test/test_ops.py test/test_dtype.py test/test_schedule.py test/test_assign.py test/test_symbolic_shapetracker.py
language: system
always_run: true
pass_filenames: false