tinygrad/test
2025-09-04 21:34:48 +03:00
..
device cleanup tests, bump caches (#11746) 2025-08-19 21:21:07 -07:00
external add Scheduler to replace Kernel with POSTOPT=2 (#11924) 2025-09-03 19:23:30 -07:00
mockgpu mockgpu: no hang if gpuocelot failed (#11915) 2025-08-30 00:44:49 +03:00
models move device tests to test/device + test cleanups (#11735) 2025-08-19 16:02:20 -07:00
opt refactor and split test_linearizer (#12001) 2025-09-04 10:53:07 -07:00
speed ci: add dev<->cpu copy speeds (#11959) 2025-09-02 15:22:44 +03:00
testextra break swizzle into three chunks [pr] (#11153) 2025-07-09 15:30:34 -07:00
unit load all traces before asserting in test_viz (#12004) 2025-09-04 21:34:48 +03:00
web time viz (#10763) 2025-06-17 19:39:34 +03:00
__init__.py All devices are equal! (#196) 2020-12-15 23:44:08 -08:00
Dockerfile new cloud is cloudy [pr] (#7631) 2024-11-11 20:18:04 +08:00
helpers.py remove unused test helper (#10999) 2025-06-27 13:48:48 +03:00
test_arange.py remove skip PTX in test_arange (#11991) 2025-09-03 20:45:19 -04:00
test_assign.py rename lazydata to uop (#10698) 2025-06-08 08:42:22 -07:00
test_compile_failures.py cleanup tests, bump caches (#11746) 2025-08-19 21:21:07 -07:00
test_const_folding.py clean up TestBitcastConstFolding (#11856) 2025-08-26 15:26:47 -04:00
test_dtype.py fix amd llvm sqrt (#11936) 2025-09-01 09:31:14 -04:00
test_dtype_alu.py dtype fuzz: log need input > 0 (#11979) 2025-09-03 12:10:42 -04:00
test_edgecases.py assign should broadcast input tensor (#11629) 2025-08-11 23:36:35 -04:00
test_fusion_op.py just schedule in test_recursive_pad [pr] (#8860) 2025-02-02 15:01:24 +02:00
test_gc.py s/lb_refcount/uop_refcount [pr] (#10865) 2025-06-18 21:48:04 +03:00
test_graph.py hcq: cpu can be graphed (#11474) 2025-08-02 21:01:19 +03:00
test_image_dtype.py Revert "image_dot of 2 half inputs returns half (#11007)" (#11274) 2025-07-17 17:34:18 -04:00
test_interop.py hotfix: interop example (#9237) 2025-02-25 10:32:00 +03:00
test_jit.py cloud: a bit better err handling (#11616) 2025-08-11 15:51:22 +03:00
test_jit_cases.py enumerate cases of Tensors in the JIT (#10548) 2025-05-28 11:51:27 -07:00
test_kernel_cache.py CLANG -> CPU (#9189) 2025-02-20 18:03:09 -05:00
test_linearizer.py make EMULATE a context var (#12002) 2025-09-04 11:15:43 -07:00
test_linearizer_dumb.py pyrender to render uops (#11968) 2025-09-02 15:44:01 -07:00
test_linearizer_overflows.py move opt under codegen (#11569) 2025-08-07 14:19:17 -07:00
test_memory_planner.py memplan: fix large buffers planning (#11878) 2025-08-27 23:54:27 +03:00
test_method_cache.py simple LoadOps.ASSIGN (#3745) 2024-03-14 20:44:34 -07:00
test_multitensor.py use AxisType for UPCAST/UNROLL (#11800) 2025-08-23 14:44:48 -07:00
test_nn.py assert embedding input is integer dtype (#11963) 2025-09-03 01:44:26 +02:00
test_ops.py update many einsum tests (#11981) 2025-09-03 15:40:20 -04:00
test_opt_gemm.py move opt under codegen (#11569) 2025-08-07 14:19:17 -07:00
test_optim.py [bounty] Muon optim (#11414) 2025-08-13 14:27:55 -04:00
test_opts.py tests from postopt (#11964) 2025-09-02 13:34:17 -07:00
test_outerworld_range.py remove dtype from range, it will be dtypes.index soon [pr] (#11914) 2025-08-29 09:52:07 -07:00
test_pickle.py move into codegen late [pr] (#11823) 2025-08-24 10:23:25 -07:00
test_profiler.py viz: add metadata and var_vals tracing (#11753) 2025-08-20 18:39:51 +03:00
test_quantize_onnx.py Revert "REDUCE_AXIS keepdim=False (#11311)" (#11718) 2025-08-18 13:28:53 -07:00
test_randomness.py fix device arg to Tensor.randn (#11194) 2025-07-12 13:51:59 -04:00
test_rangeify.py add Scheduler to replace Kernel with POSTOPT=2 (#11924) 2025-09-03 19:23:30 -07:00
test_remote.py Remote scheduler changes (#11177) 2025-07-21 09:29:44 -07:00
test_renderer_failures.py Move Ops.SPECIAL arg to src (#11918) 2025-09-04 09:31:44 +02:00
test_sample.py enable WEBGPU tests with buffer limit (#11489) 2025-08-03 13:02:44 -07:00
test_schedule.py FUSE_ATTENTION (#11884) 2025-08-27 19:59:17 -04:00
test_search.py delete some test_search tests (#11998) 2025-09-04 11:19:49 -04:00
test_setitem.py Add Test for Setitem (#10559) 2025-07-30 22:03:41 -04:00
test_softmax_fusion.py a*(1/b) -> a/b on LLVM, CPU (#11743) 2025-08-20 09:35:10 -04:00
test_stunning.py move bind to big graph (#11539) 2025-08-06 13:27:51 -07:00
test_subbuffer.py redundant code (#11014) 2025-06-29 09:06:10 -07:00
test_symbolic_jit.py [bounty] Remove using reshape to register symbolic shape (#11771) 2025-08-28 12:30:49 -04:00
test_symbolic_ops.py test_symbolic_ops.py cleanup (#11895) 2025-08-29 17:11:59 -04:00
test_tensor.py call dtypes.as_const in Tensor(list) (#11840) 2025-08-25 22:08:26 -04:00
test_tensor_data.py [BUGFIX] Tensor([]).data() (#7884) 2024-11-24 16:42:57 -05:00
test_tensor_uop.py rename lazydata to uop (#10698) 2025-06-08 08:42:22 -07:00
test_tensor_variable.py [bounty] Remove using reshape to register symbolic shape (#11771) 2025-08-28 12:30:49 -04:00
test_tiny.py tests from postopt (#11964) 2025-09-02 13:34:17 -07:00
test_to_numpy.py Apply ruff linting rules to tests (#2473) 2023-11-27 21:24:06 -08:00
test_transcendental.py Fix DSP transcendentals (#9542) 2025-03-22 11:08:18 +08:00
test_uop_graph.py Move Ops.SPECIAL arg to src (#11918) 2025-09-04 09:31:44 +02:00
test_uops.py Move Ops.SPECIAL arg to src (#11918) 2025-09-04 09:31:44 +02:00
test_uops_stats.py more tests that pass PTX now (#11992) 2025-09-03 21:18:14 -04:00
test_zero_copy.py rename lazydata to uop (#10698) 2025-06-08 08:42:22 -07:00