tinygrad/extra
nimlgen 45f02393f0
HipGraph support (#1880)
* init hip graph

* optimize args update

* cache symbolic in jit

* remove NOSTAT

* init BasicBatchExecutor

* symbolic infer cache per jit instance

* basicbatchexec is defualt for compiled

* batch_exec is taken from ASTRunner

* no infer cache

* batched execution of hip graph

* add comment about hip graph batches

* readable hip graph
2023-09-24 20:14:36 +08:00
..
accel Make Triton work again (#1547) 2023-09-23 14:17:12 +08:00
assembly disable assembly (#1755) 2023-09-04 09:41:20 -07:00
datasets fixes (#1893) 2023-09-22 07:20:27 +08:00
disk Fast DiskTensor to other Tensor (#916) 2023-06-03 12:25:41 -07:00
dist add cache collector (#1595) 2023-08-28 19:59:55 -07:00
gemm fixes (#1893) 2023-09-22 07:20:27 +08:00
intel Revert "update editorconfig, enforce via CI (#1343)" (#1380) 2023-07-31 10:35:50 -07:00
ptx ptx example 2023-05-26 19:28:51 -07:00
rocm fast HIP gemm -> 100 TFLOPS (#1476) 2023-08-09 06:54:15 -07:00
triton A Triton backend for tinygrad (#470) 2023-02-01 11:53:57 -08:00
archprobe.py no werror in archprobe 2023-05-03 19:34:17 +00:00
augment.py [ready] Replacing os with pathlib (#1708) 2023-08-30 10:41:08 -07:00
export_model.py move state to nn/state (#1619) 2023-08-22 07:36:24 -07:00
gradcheck.py Fix: Jacobian tests [WIP] (#1126) 2023-07-05 15:36:22 -07:00
helpers.py helpers.py: improved test coverage + exception handling (#1165) 2023-07-07 10:26:05 -07:00
hip_wrapper.py HipGraph support (#1880) 2023-09-24 20:14:36 +08:00
introspection.py Devicebufferless (#708) 2023-03-18 14:40:23 -07:00
kernel_search.py move to shapetracker.py 2023-03-11 07:50:07 -08:00
lib_test_ast.py fix ast test 2023-03-04 07:49:25 -08:00
lr_scheduler.py Add pylint trailing whitespace rule (#1314) 2023-07-21 13:37:55 -04:00
onnx.py onnx full passing (#1076) 2023-09-05 13:23:32 -07:00
onnx_ops.py onnx full passing (#1076) 2023-09-05 13:23:32 -07:00
thneed.py add cache collector (#1595) 2023-08-28 19:59:55 -07:00
training.py np.argmax to Tensor.argmax (#1608) 2023-08-21 15:22:29 -07:00
utils.py polish print_tree (#1868) 2023-09-21 11:13:10 +08:00