mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
First iteration of the AMX fix was using symbol lookup + trampoline approach which required this, however later i replaced it by marking amx function `static` and assumed that relocation was still used when callee wasn't inlined, however this turned out not to be the case because the callee can't be moved around by linker at link-time and can't be overloaded by other symbols (`static` means priority + local visibility) |
||
|---|---|---|
| .. | ||
| codegen | ||
| engine | ||
| nn | ||
| renderer | ||
| runtime | ||
| shape | ||
| viz | ||
| __init__.py | ||
| device.py | ||
| dtype.py | ||
| function.py | ||
| gradient.py | ||
| helpers.py | ||
| multi.py | ||
| ops.py | ||
| py.typed | ||
| tensor.py | ||