tinygrad/tinygrad/codegen
Ignacio Sica 9d5677c12c
fix ptx linearizer bug 2 [pr] (#9967)
* check for local buffer

* hotfix

* add test_tensor_cores_emulation run for ptx
2025-04-29 14:30:07 -03:00
..
__init__.py fix: pylint will not lint folders without __init__.py (#4875) 2024-06-08 14:00:24 +02:00
devectorizer.py do not open devices in lowering (#10101) 2025-04-29 23:18:16 +08:00
expander.py use functools.cache instead of lru_cache(None) [pr] (#9714) 2025-04-03 11:47:13 +08:00
heuristic.py fix full shape in kernel.py [pr] (#10085) 2025-04-28 09:32:58 -04:00
kernel.py fix use_tensor_cores propagation (#10048) 2025-04-28 19:30:50 -03:00
linearize.py fix ptx linearizer bug 2 [pr] (#9967) 2025-04-29 14:30:07 -03:00
lowerer.py range has only one src now [pr] (#10100) 2025-04-29 10:31:05 -04:00
symbolic.py test_attention_simple_view (#10092) 2025-04-28 20:01:22 -04:00
transcendental.py Fix dtype comparisons in vectorized transcendental + tests (#9794) 2025-04-16 08:06:12 -04:00