mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
move symbolic and transcendental to uop [pr] (#10771)
This commit is contained in:
parent
81e296d7b8
commit
a38947b4bb
17 changed files with 18 additions and 18 deletions
|
|
@ -28,7 +28,7 @@ repos:
|
|||
pass_filenames: false
|
||||
- id: tests
|
||||
name: subset of tests
|
||||
entry: env MAX_BUFFER_SIZE=300000000 PYTHONPATH="." python3 -m pytest -n=4 --ignore=test/unit/test_keccak.py --ignore=test/unit/test_indexing.py test/unit/ test/test_ops.py test/test_dtype.py test/test_schedule.py test/test_assign.py test/test_symbolic_shapetracker.py
|
||||
entry: env PYTHONPATH="." python3 -m pytest -n=4 test/test_ops.py test/test_dtype.py test/test_schedule.py test/test_assign.py
|
||||
language: system
|
||||
always_run: true
|
||||
pass_filenames: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue