Files
tinygrad/tinygrad
uuuvnandGitHub c9c7f1be46 Remove unused R_AARCH64_CALL26 relocation (#8508)
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)
2025-01-06 00:00:21 +03:00
..
2024-10-12 18:20:44 +08:00
2024-12-24 22:32:25 -05:00
2024-12-24 22:32:25 -05:00
2024-12-31 11:31:42 -05:00
2024-12-13 20:46:01 -08:00
2025-01-04 13:55:52 -05:00
2024-08-14 17:31:46 -07:00