tinygrad/docs
uuuvn c631c72f22
HCQ: Increment timeline signal before submitting (#9550)
`AMDComputeQueue.__del__` frees `hw_page` which is safe because
`AMDAllocator._free` does `self.dev.synchronize()` which is supposed
to wait for execution of IB to finish, however that doesn't happen if
AMDComputeQueue is dropped right after submit before timeline signal is
incremented, which it is in most places leading to a race if .bind() is
also used (required for multi-xcc because bug in mec fw treats all
PACKET3_PRED_EXECs outside IBs as if they had EXEC_COUNT of zero).
2025-03-23 18:30:38 +07:00
..
developer HCQ: Increment timeline signal before submitting (#9550) 2025-03-23 18:30:38 +07:00
showcase Add yolov8 implementation (#806) 2023-06-16 18:55:19 -07:00
tensor add Tensor.max_unpool2d (#9518) 2025-03-22 12:11:33 -04:00
abstractions2.py CLANG -> CPU (#9189) 2025-02-20 18:03:09 -05:00
abstractions3.py test fixup prereqs for delete_buffer_view [pr] (#8523) 2025-01-07 11:52:18 +02:00
CNAME hotfix: add CNAME to put docs at docs.tinygrad.org 2024-04-30 23:17:35 -07:00
dtypes.md docs: fix stack and add dtype.DType (#4721) 2024-05-24 18:23:01 -04:00
env_vars.md CLANG -> CPU (#9189) 2025-02-20 18:03:09 -05:00
favicon.svg tweak docs style (#4745) 2024-05-27 14:32:09 -07:00
index.md =docs update (#7027) 2024-10-13 19:39:06 +08:00
logo_tiny_dark.svg docs cleanup and move (#4593) 2024-05-14 20:44:59 -07:00
logo_tiny_light.svg docs cleanup and move (#4593) 2024-05-14 20:44:59 -07:00
mnist.md CLANG -> CPU (#9189) 2025-02-20 18:03:09 -05:00
nn.md nn.state docs cleanup (#8332) 2025-03-18 17:16:40 -04:00
quickstart.md leakyrelu to leaky_relu (#9270) 2025-02-26 13:22:08 -05:00
runtime.md metal PyTorch interop (#9229) 2025-02-24 22:36:08 +03:00
showcase.md docs: showcase remove mnist_gan and add conversation.py (#4757) 2024-05-28 11:09:26 -04:00
tinybox.md hotfix: 220V 15A -> 220V 20A 2024-08-27 10:20:43 -07:00
tinygrad_intro.pdf add slides from code europe to docs 2024-06-12 14:35:08 +02:00
tinygrad_vs_others.png =docs update (#7027) 2024-10-13 19:39:06 +08:00