tinygrad/test
qazal f0cc8ca5f2
generic st_fixup in scheduler graph rewrite [compare_schedule] (#6278)
2024-08-25 11:02:17 +03:00
..
external refresh process replay schedule ref in reset.py (#6265) 2024-08-24 16:12:51 +03:00
imported update pylint path to check indent/space for all (#6022) 2024-08-10 14:41:09 -04:00
models
testextra
unit UOp pattern x + x -> x * 2 (#6224) 2024-08-21 12:06:19 -04:00
Dockerfile
__init__.py
helpers.py more multireduce tests prep for neg removal [run_process_replay] (#6220) 2024-08-21 12:45:24 +03:00
test_arange.py split full_graph_rewrite and linearize_uop [run_process_replay] (#6215) 2024-08-20 20:12:33 -07:00
test_assign.py RUF018 assignment-in-assert [run_process_replay] (#6172) 2024-08-19 00:34:52 -04:00
test_compile_failures.py CIFAR trainer + various bugfixes / improvements (#6146) 2024-08-20 16:58:46 -07:00
test_const_folding.py Tensor.prod (#6250) 2024-08-23 10:06:32 -04:00
test_conv.py
test_conv_shapetracker.py st_arg, never -1 [run_process_replay] (#6128) 2024-08-16 22:46:56 -07:00
test_copy_speed.py
test_custom_function.py remove NEG from handwritten ast in tests (#6234) 2024-08-22 09:06:59 -04:00
test_device_speed.py remove iter from uopgraph (#6110) 2024-08-16 15:58:29 -07:00
test_dtype.py Tensor.prod (#6250) 2024-08-23 10:06:32 -04:00
test_dtype_alu.py remove UnaryOps.NEG from lazy.py (#6193) 2024-08-19 18:41:28 -04:00
test_fusion_op.py AST is UOp (#6030) 2024-08-16 22:09:00 +03:00
test_fuzz_shape_ops.py
test_gc.py add E275 missing-whitespace-after-keyword linting rule (#6149) 2024-08-17 16:44:34 -04:00
test_graph.py
test_hcq.py hcq skip tests when no multidev (#6235) 2024-08-22 18:27:16 +03:00
test_image_dtype.py
test_jit.py remove realize from threefry (#5969) 2024-08-07 15:08:49 -07:00
test_kernel_cache.py
test_lazybuffer.py merge uops with ops (#6111) 2024-08-16 18:17:57 -04:00
test_linearizer.py remove extra.ops and LazyOp support from Kernel (#6267) 2024-08-24 16:44:38 +03:00
test_linearizer_dumb.py migrate test_linearizer_dumb.py to UOp AST (#6241) 2024-08-24 16:27:29 +03:00
test_linearizer_failures.py migrate test_linearizer_failures.py to UOp AST (#6240) 2024-08-24 16:26:58 +03:00
test_linearizer_overflows.py migrate test_linearizer_overflows.py to UOp AST (#6244) 2024-08-24 16:10:29 +03:00
test_masked_st.py
test_method_cache.py
test_multitensor.py fix Tensor.prod for multitensor (#6264) 2024-08-24 08:52:24 -04:00
test_net_speed.py
test_nn.py Fix track_running_stats in batchnorm (#6200) 2024-08-20 14:01:22 -07:00
test_ocl.py touchup cl_errors (#6058) 2024-08-13 13:06:59 -04:00
test_ops.py fix acc init value for MUL (#6263) 2024-08-23 23:19:44 -04:00
test_optim.py
test_pattern_matcher.py remove NEG from handwritten ast in tests (#6234) 2024-08-22 09:06:59 -04:00
test_pickle.py AST is UOp (#6030) 2024-08-16 22:09:00 +03:00
test_profiler.py raise time limit for ci in test_profile_multidev_transfer (#6227) 2024-08-21 22:42:03 +03:00
test_randomness.py threefry touchup [run_process_replay] (#6169) 2024-08-18 23:01:24 -04:00
test_rearrange_einops.py Missing features from rearrange (#6184) 2024-08-19 11:19:07 -07:00
test_renderer_failures.py merge uops with ops (#6111) 2024-08-16 18:17:57 -04:00
test_sample.py
test_schedule.py generic st_fixup in scheduler graph rewrite [compare_schedule] (#6278) 2024-08-25 11:02:17 +03:00
test_search.py migrate test_search.py to UOp AST (#6245) 2024-08-24 16:13:53 +03:00
test_setitem.py
test_specific_conv.py
test_speed_v_torch.py remove CUDACPU flag in tests [run_process_replay] (#5902) 2024-08-04 16:06:38 -04:00
test_subbuffer.py remove CUDACPU flag in tests [run_process_replay] (#5902) 2024-08-04 16:06:38 -04:00
test_symbolic_jit.py
test_symbolic_ops.py threefry touchup [run_process_replay] (#6169) 2024-08-18 23:01:24 -04:00
test_symbolic_shapetracker.py
test_tensor.py add support for retain_graph in backward (#6145) 2024-08-18 16:08:31 -07:00
test_tensor_data.py
test_tensor_variable.py
test_to_numpy.py
test_transcendental.py lower float64 sin fuzzer threshold (#6173) 2024-08-19 00:25:42 -04:00
test_uop_graph.py init REDUCE_AXIS with BinaryOps (#6256) 2024-08-24 11:28:41 +03:00
test_uops.py remove UnaryOps.NEG (#6238) 2024-08-22 14:21:39 -04:00
test_uops_stats.py split full_graph_rewrite and linearize_uop [run_process_replay] (#6215) 2024-08-20 20:12:33 -07:00
test_winograd.py merge uops with ops (#6111) 2024-08-16 18:17:57 -04:00
test_zero_copy.py