tinygrad/test
George Hotz 12fa846122
zero copy (#2531)
* zero copy

* zero copy test

* loads coder in milliseconds

* zero copy for cpu and torch

* src_from_buffer is None

* SLOW_METAL_COPY there
2023-11-30 18:38:41 -08:00
..
external new style device (#2530) 2023-11-30 17:07:16 -08:00
extra move to new cached fetch (#2493) 2023-11-28 17:36:55 -08:00
imported support list of ints (or other Tensorable) in tensor indices (#2520) 2023-11-30 12:46:33 -05:00
models call ruff with --preview (#2522) 2023-11-30 13:59:00 -05:00
unit new style device (#2530) 2023-11-30 17:07:16 -08:00
web make webgpu test reliable (#2502) 2023-11-29 10:02:24 -08:00
__init__.py All devices are equal! (#196) 2020-12-15 23:44:08 -08:00
Dockerfile Docker fix (#1039) 2023-06-25 10:38:58 -07:00
helpers.py new style device (#2530) 2023-11-30 17:07:16 -08:00
test_assign.py Apply ruff linting rules to tests (#2473) 2023-11-27 21:24:06 -08:00
test_conv.py Apply ruff linting rules to tests (#2473) 2023-11-27 21:24:06 -08:00
test_conv_shapetracker.py fix some tests related to JitItem (#2279) 2023-11-11 23:00:35 -05:00
test_copy_speed.py metal ci tests everything (#2499) 2023-11-29 12:04:37 -05:00
test_custom_function.py new style device (#2530) 2023-11-30 17:07:16 -08:00
test_dtype.py move to new cached fetch (#2493) 2023-11-28 17:36:55 -08:00
test_gc.py fix up eye and fix gc test 2023-02-27 06:53:18 -08:00
test_hip_rdna3.py HIP CI that compiles (to RDNA3) but doesn't have to run (#2482) 2023-11-27 21:17:06 -08:00
test_image_dtype.py Support weird loads in Image (#2498) 2023-11-29 08:30:46 -08:00
test_jit.py improve test assertions for jit cache len with graph executor (#2476) 2023-11-27 23:02:45 -08:00
test_kernel_cache.py move device to device.py (#2466) 2023-11-27 11:34:37 -08:00
test_lazybuffer.py new style device (#2530) 2023-11-30 17:07:16 -08:00
test_lazyop.py Apply ruff linting rules to tests (#2473) 2023-11-27 21:24:06 -08:00
test_linearizer.py new style device (#2530) 2023-11-30 17:07:16 -08:00
test_linearizer_failures.py metal ci tests everything (#2499) 2023-11-29 12:04:37 -05:00
test_net_speed.py Profiling-helper (#2321) 2023-11-16 14:15:56 -08:00
test_nn.py move to new cached fetch (#2493) 2023-11-28 17:36:55 -08:00
test_ops.py call ruff with --preview (#2522) 2023-11-30 13:59:00 -05:00
test_optim.py use class Foo: instead of class Foo(): (#1797) 2023-09-06 12:20:25 -07:00
test_randomness.py Pretty multinomial (#2365) 2023-11-19 15:10:10 -05:00
test_sample.py move device to device.py (#2466) 2023-11-27 11:34:37 -08:00
test_schedule.py Apply ruff linting rules to tests (#2473) 2023-11-27 21:24:06 -08:00
test_search.py new style device (#2530) 2023-11-30 17:07:16 -08:00
test_specific_conv.py move device to device.py (#2466) 2023-11-27 11:34:37 -08:00
test_speed_v_torch.py Apply ruff linting rules to tests (#2473) 2023-11-27 21:24:06 -08:00
test_symbolic_jit.py improve test assertions for jit cache len with graph executor (#2476) 2023-11-27 23:02:45 -08:00
test_symbolic_ops.py enable symbolic ops tests for hip (#2485) 2023-11-27 22:33:41 -08:00
test_symbolic_shapetracker.py call ruff with --preview (#2522) 2023-11-30 13:59:00 -05:00
test_tensor.py move to new cached fetch (#2493) 2023-11-28 17:36:55 -08:00
test_to_numpy.py Apply ruff linting rules to tests (#2473) 2023-11-27 21:24:06 -08:00
test_uops.py new style device (#2530) 2023-11-30 17:07:16 -08:00
test_winograd.py Profiling-helper (#2321) 2023-11-16 14:15:56 -08:00
test_zero_copy.py zero copy (#2531) 2023-11-30 18:38:41 -08:00