tinygrad/extra
Vyacheslav Pachkov 610e454132
fix opencl_ioctl on comma (#5814)
- remove unused code
- add CP_REG_TO_MEM opcode
- fixed parse_cmd_buf for more than 1 command object by correcting
an offset
- fixed memory mappings for cases when memory was allocated with
KGSL_MEMFLAGS_USE_CPU_MAP.
KGSL_MEMFLAGS_USE_CPU_MAP: If set on call and return, the returned GPU
address will be 0. Calling mmap() will set the GPU address.
So there are no IOCTL_KGSL_GPUOBJ_INFO ioctls for that type of memory
and it resulted to crash right after get_mem.
2024-07-30 20:44:06 -07:00
..
accel move things, clean up extra (#2292) 2023-11-13 20:18:40 -08:00
assembly lowerer is kernel [run_process_replay] (#5437) 2024-07-12 18:50:55 -07:00
backends move GraphException to jit.py (#5744) 2024-07-26 19:01:12 -04:00
datasets clean up how preprocessed folder is defined (#5813) 2024-07-30 12:35:26 -04:00
disassemblers/adreno move disassemblers and openpilot (#4592) 2024-05-14 19:30:02 -07:00
gemm work to make GEMV fast (#5824) 2024-07-30 17:41:40 -07:00
hip_gpu_driver amd cleanup sdma (#4796) 2024-06-01 17:06:44 +03:00
hiprtc use comgr to compile (#3248) 2024-01-26 18:27:49 -08:00
junk coder.py can write and run code (#2439) 2023-11-25 12:27:54 -08:00
mockgpu fix mypy errors in latest mypy (#5794) 2024-07-29 14:53:30 -04:00
models shard kvcache (#5830) 2024-07-30 20:29:54 -07:00
nv_gpu_driver nv driver (#4044) 2024-04-22 19:50:20 +04:00
optimization MetaOps.KERNEL (#5543) 2024-07-17 19:41:23 -07:00
qcom_gpu_driver fix opencl_ioctl on comma (#5814) 2024-07-30 20:44:06 -07:00
archprobe.py move dtypes to dtype.py (#2964) 2024-01-01 14:58:48 -08:00
augment.py [ready] Replacing os with pathlib (#1708) 2023-08-30 10:41:08 -07:00
disk_read_speed.py io_uring for copies from disk (#5035) 2024-06-21 11:36:51 +03:00
dump_cache.py wow how did i think that was okay (#2339) 2023-11-16 21:21:11 -08:00
export_model.py all realize 2 (#4527) 2024-05-10 22:43:09 -07:00
f16_w_uint32.py fix various examples (#4691) 2024-05-22 20:43:21 -04:00
gradcheck.py Fix: Jacobian tests [WIP] (#1126) 2023-07-05 15:36:22 -07:00
hip_events.py move autogen to runtime/autogen (#3254) 2024-01-26 12:44:19 -08:00
introspection.py bring buffer back to device (#4517) 2024-05-10 11:22:31 -07:00
lr_scheduler.py use at least float32 for optim.lr (#4297) 2024-04-25 14:42:28 -04:00
mcts_search.py parallel mcts (#5626) 2024-07-21 14:53:23 -07:00
multitensor.py multitensor start (#2676) 2023-12-07 17:07:05 -08:00
onnx.py remove numpy from dtype (#4969) 2024-06-14 15:38:45 -04:00
onnx_ops.py update Tensor.eye api to match torch (#5433) 2024-07-12 20:25:12 -04:00
ring_copy.py ring copy example (#3185) 2024-01-19 23:34:30 -05:00
thneed.py new style device (#2530) 2023-11-30 17:07:16 -08:00
threefry.py docs: showcase remove mnist_gan and add conversation.py (#4757) 2024-05-28 11:09:26 -04:00
to_movement_ops.py scheduleitem is not Tuple [run_process_replay] (#5425) 2024-07-12 15:13:19 -07:00
training.py tinytqdm.set_description and tinytrange (#5101) 2024-06-22 14:45:06 -04:00
transfer_speed.py hotfix: copy size is in bytes 2024-01-17 16:44:15 +00:00