tinygrad/test
George Hotz 22b8576887
more lazy cleanup (#1938)
* small lazy cleanups

* a few more

* cleanups

* no more realizing in the scheduler test

* a few more minor things

* that was just wrong

* fix graph. the graph test was completely useless

* make graph usable

* fix op graph
2023-09-29 00:53:29 -07:00
..
external with Tensor.train() (#1935) 2023-09-28 18:02:31 -07:00
extra fixes (#1893) 2023-09-22 07:20:27 +08:00
models with Tensor.train() (#1935) 2023-09-28 18:02:31 -07:00
unit more lazy cleanup (#1938) 2023-09-29 00:53:29 -07:00
__init__.py
Dockerfile
test_allocators.py no import when Python is shutting down (#1875) 2023-09-20 12:47:02 -04:00
test_assign.py schedule2, keep the tests working with small changes (#1932) 2023-09-28 09:14:43 -07:00
test_cache_collector.py no functions with same names in test/ (#1811) 2023-09-07 11:27:31 -07:00
test_conv.py 3x3 winograd convs (#1675) 2023-09-03 07:29:43 -07:00
test_conv_shapetracker.py add cache collector (#1595) 2023-08-28 19:59:55 -07:00
test_custom_function.py Make ShapeTracker Immutable (#1909) 2023-09-24 21:09:03 +08:00
test_dtype.py
test_gc.py
test_jit.py
test_lazybuffer.py Apply ShapeTracker in interpreted backends (#1846) 2023-09-23 10:05:13 +08:00
test_linearizer.py wmma: add test and tensor core shape (#1925) 2023-09-28 18:04:28 -07:00
test_net_speed.py
test_nn.py 3x3 winograd convs (#1675) 2023-09-03 07:29:43 -07:00
test_ops.py schedule2, keep the tests working with small changes (#1932) 2023-09-28 09:14:43 -07:00
test_optim.py use class Foo: instead of class Foo(): (#1797) 2023-09-06 12:20:25 -07:00
test_randomness.py
test_schedule.py more lazy cleanup (#1938) 2023-09-29 00:53:29 -07:00
test_specific_conv.py
test_speed_v_torch.py wmma: add test and tensor core shape (#1925) 2023-09-28 18:04:28 -07:00
test_symbolic_jit.py Move var_vals from ShapeTracker to LazyBuffer (#1819) 2023-09-08 09:25:10 -07:00
test_symbolic_ops.py with Tensor.train() (#1935) 2023-09-28 18:02:31 -07:00
test_symbolic_shapetracker.py Make ShapeTracker Immutable (#1909) 2023-09-24 21:09:03 +08:00
test_tensor.py fix transfer to mapped buffers (#1923) 2023-09-29 00:50:24 -07:00
test_uops.py Make Triton work again (#1547) 2023-09-23 14:17:12 +08:00
test_webgpu.js