tinygrad/tinygrad
uuuvn 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
..
codegen more informative kernel opt error messages [pr] (#8487) 2025-01-03 14:29:36 -05:00
engine pickle ContextVars in process replay [pr] (#8484) 2025-01-03 23:11:54 +08:00
nn minor cleanups in state.py [pr] (#8438) 2024-12-28 20:13:25 -05:00
renderer move llvm_bf16_cast to the renderer [pr] (#8502) 2025-01-05 13:02:41 +02:00
runtime Remove unused R_AARCH64_CALL26 relocation (#8508) 2025-01-06 00:00:21 +03:00
shape delete unused View lt support (2) (#8451) 2024-12-31 07:01:25 +08:00
viz use UOp.substitute for VIZ=1 [pr] (#8497) 2025-01-04 20:00:29 +02:00
__init__.py UOp.variable (#7010) 2024-10-12 18:20:44 +08:00
device.py typos found by gemini [pr] (#8400) 2024-12-24 22:32:25 -05:00
dtype.py typos found by gemini [pr] (#8400) 2024-12-24 22:32:25 -05:00
function.py Tensor.mod (#8458) 2024-12-31 11:31:42 -05:00
gradient.py compute gradient [pr] (#8237) 2024-12-13 20:46:01 -08:00
helpers.py add typing to tqdm [pr] (#8500) 2025-01-04 13:55:52 -05:00
multi.py delete unused allow_buffer_view=True arg from bitcast [pr] (#8462) 2025-01-03 22:20:46 +08:00
ops.py return becomes_map from the scheduler (#8483) 2025-01-03 22:47:21 +08:00
py.typed add a single py.typed (#6083) 2024-08-14 17:31:46 -07:00
tensor.py move llvm_bf16_cast to the renderer [pr] (#8502) 2025-01-05 13:02:41 +02:00