refactor to remove extra kernel params (#2563)

* refactor to have compiled kernel

* bugfixes

* docs/beautiful.py

* revert that

* fix tests
This commit is contained in:
George Hotz
2023-12-02 00:32:25 -08:00
committed by GitHub
parent 27481b9206
commit 5068e99d18
15 changed files with 143 additions and 37 deletions

View File

@@ -21,7 +21,15 @@ repos:
pass_filenames: false
- id: docs
name: docs
entry: python3 docs/abstractions.py
entry: |
python3 docs/abstractions.py
python3 docs/beautiful.py
language: system
always_run: true
pass_filenames: false
- id: devicetests
name: select GPU tests
entry: env GPU=1 PYTHONPATH="." pytest test/test_uops.py test/test_custom_function.py
language: system
always_run: true
pass_filenames: false