tinygrad/test
chenyu 9ed2b8b818
fix DEFINE_VAR setup in test_uop_graph [run_process_replay] (#6392)
making sure arg always have 3 items
2024-09-06 05:32:12 -04:00
..
external hotfix: DEBUG_EXPAND -1 and NOOPT in benchmark schedule 2024-09-06 17:22:30 +08:00
imported
models
testextra
unit move DEFINE_VAR min/max from src to arg (#6388) 2024-09-06 05:01:02 -04:00
Dockerfile
__init__.py
helpers.py cleanup uop eq asserts for swizzle [run_process_replay] (#6362) 2024-09-05 13:36:36 +08:00
test_arange.py bump limit for test_llama_embedding_opt (#6332) 2024-08-31 10:03:43 -04: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 lazy const fold idiv 1 (#6285) 2024-08-26 10:29:59 -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 math trait [run_process_replay] (#6364) 2024-09-05 16:19:17 +08:00
test_device_speed.py remove iter from uopgraph (#6110) 2024-08-16 15:58:29 -07:00
test_dtype.py fix output of truncate_fp16 (#6381) 2024-09-05 22:55:43 -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 cleanup uop eq asserts for swizzle [run_process_replay] (#6362) 2024-09-05 13:36:36 +08: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 add qcom runtime (#5213) 2024-09-02 19:35:47 +03:00
test_jit.py
test_kernel_cache.py
test_lazybuffer.py math trait [run_process_replay] (#6364) 2024-09-05 16:19:17 +08:00
test_linearizer.py UOps.PHI -> UOps.ASSIGN [run_process_replay] (#6383) 2024-09-06 12:38:35 +08:00
test_linearizer_dumb.py Revert beam failure (#6376) 2024-09-06 09:36:44 +08:00
test_linearizer_failures.py Revert beam failure (#6376) 2024-09-06 09:36:44 +08: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 Einsum ellipsis support (#6333) 2024-09-05 10:08:55 +08:00
test_optim.py
test_pickle.py cleanup uop eq asserts for swizzle [run_process_replay] (#6362) 2024-09-05 13:36:36 +08:00
test_profiler.py increase test_profile_multidev_transfer threshold (#6370) 2024-09-05 05:49:32 -04: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 create rewrite.py [run_process_replay] (#6379) 2024-09-06 10:51:01 +08: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
test_subbuffer.py
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 fix DEFINE_VAR setup in test_uop_graph [run_process_replay] (#6392) 2024-09-06 05:32:12 -04:00
test_uops.py create rewrite.py [run_process_replay] (#6379) 2024-09-06 10:51:01 +08:00
test_uops_stats.py fix intel wmma flop counting, add flop counting tests for different tensor cores (#6192) 2024-08-25 18:37:05 -07:00
test_winograd.py merge uops with ops (#6111) 2024-08-16 18:17:57 -04:00
test_zero_copy.py