mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-08 06:34:03 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user