symbolic codegen and exec (#1552)

* symbolic codegen and exec

* fix and add test

* no sketchy

* merge_dicts type

* dtypes._arg_int32
This commit is contained in:
chenyu
2023-08-16 14:43:41 -07:00
committed by GitHub
parent 1e1d48b4e6
commit 11dd9b1741
16 changed files with 201 additions and 43 deletions

View File

@@ -188,6 +188,8 @@ jobs:
run: DEBUG=2 METAL=1 python -m pytest -n=auto test/test_ops.py
- name: Run JIT test
run: DEBUG=2 METAL=1 python -m pytest -n=auto test/test_jit.py
- name: Run symbolic shapetracker test
run: METAL=1 python -m pytest -n=auto test/test_symbolic_shapetracker.py test/test_symbolic_ops.py
- name: Check Device.DEFAULT
run: WEBGPU=1 python -c "from tinygrad.lazy import Device; assert Device.DEFAULT == 'WEBGPU', Device.DEFAULT"
#- name: Run webgpu pytest