tinygrad/test
chenyu 0c63f63ee4
recursive resolve assign dependency (#14688)
remove the .realize in llm.py
2026-02-11 17:41:05 -05:00
..
device remove CompilerPair (#14638) 2026-02-09 19:51:18 -05:00
external some lil speedups (#14679) 2026-02-11 10:01:58 +08:00
mockgpu mockgpu: hevc (#14606) 2026-02-07 12:27:55 +03:00
models add a waitlist for graph rewrite (#14678) 2026-02-11 09:30:13 +08:00
null everything has dtype.long now (#14661) 2026-02-10 15:08:50 +08:00
opt Buffer.as_buffer -> Buffer.as_memoryview [pr] (#14535) 2026-02-04 11:31:11 -05:00
speed ops_gpu -> ops_cl (#12103) 2025-09-10 15:15:48 -04:00
testextra llama: add new asm gemm shape (#14611) 2026-02-10 00:34:29 +09:00
unit recursive resolve assign dependency (#14688) 2026-02-11 17:41:05 -05:00
web remove stale / untested viz related files (#13785) 2025-12-21 16:42:48 +08: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 KernelInfo is required on get_program (#14571) 2026-02-06 10:49:27 +08:00
test_arange.py llama: faster bf16 matmul / rope backward (#14558) 2026-02-05 23:57:25 +09:00
test_const_folding.py everything has dtype.long now (#14661) 2026-02-10 15:08:50 +08:00
test_custom_kernel.py remove CUSTOM_KERNEL / directly construct it (#14604) 2026-02-08 18:43:33 +08:00
test_dtype.py decompose bf16 (#14601) 2026-02-06 19:24:09 -05:00
test_dtype_alu.py everything has dtype.long now (#14661) 2026-02-10 15:08:50 +08:00
test_edgecases.py assign realize fix (#14649) 2026-02-09 17:46:46 -05:00
test_graph.py Buffer.as_buffer -> Buffer.as_memoryview [pr] (#14535) 2026-02-04 11:31:11 -05:00
test_image_dtype.py Buffer.as_buffer -> Buffer.as_memoryview [pr] (#14535) 2026-02-04 11:31:11 -05:00
test_interop.py hotfix: interop example (#9237) 2025-02-25 10:32:00 +03:00
test_jit.py remove REAL_DEV [pr] (#14337) 2026-01-26 10:08:16 -05:00
test_jit_cases.py enumerate cases of Tensors in the JIT (#10548) 2025-05-28 11:51:27 -07:00
test_jit_footguns.py assign realize fix (#14649) 2026-02-09 17:46:46 -05:00
test_kernel_cache.py make method_cache account for compiler (#12156) 2025-09-13 17:00:11 +03:00
test_linearizer.py Buffer.as_buffer -> Buffer.as_memoryview [pr] (#14535) 2026-02-04 11:31:11 -05:00
test_linearizer_dumb.py rename all DEFINE_GLOBAL to PARAM (#14511) 2026-02-03 15:09:38 +08:00
test_multitensor.py move more tests to test/null, split some existing ones (#14512) 2026-02-03 20:20:20 +08:00
test_nn.py mark slow tests as slow instead of as CI (#13736) 2025-12-17 10:29:57 -04:00
test_ops.py everything has dtype.long now (#14661) 2026-02-10 15:08:50 +08:00
test_opt_gemm.py remove ScheduleItem and merge it with ExecItem (#13759) 2025-12-19 17:04:24 -04:00
test_optim.py mark slow tests as slow instead of as CI (#13736) 2025-12-17 10:29:57 -04:00
test_outerworld.py relax atol for test_uop_scan_matmul (#14646) 2026-02-09 13:25:19 -05: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 Buffer.as_buffer -> Buffer.as_memoryview [pr] (#14535) 2026-02-04 11:31:11 -05:00
test_profiler.py kernel is call (#14577) 2026-02-07 10:10:14 +08:00
test_quantize_onnx.py remove ScheduleItem and merge it with ExecItem (#13759) 2025-12-19 17:04:24 -04:00
test_randomness.py everything has dtype.long now (#14661) 2026-02-10 15:08:50 +08:00
test_rangeify.py add device to local, fix PCONTIG=2 (#14266) 2026-01-21 22:12:18 +09:00
test_renderer_failures.py KernelInfo is required on get_program (#14571) 2026-02-06 10:49:27 +08:00
test_schedule.py add real self assign test (#14683) 2026-02-11 12:41:53 +03:00
test_setitem.py handle setitem target in rangeify (#14685) 2026-02-11 11:38:59 -05:00
test_softmax_fusion.py remove ScheduleItem and merge it with ExecItem (#13759) 2025-12-19 17:04:24 -04:00
test_stunning.py remove FUSE_ARANGE (#12511) 2025-10-08 04:54:07 -04:00
test_subbuffer.py Buffer.as_buffer -> Buffer.as_memoryview [pr] (#14535) 2026-02-04 11:31:11 -05:00
test_symbolic_jit.py don't allow jit input to be const (#14045) 2026-01-06 18:15:22 -05:00
test_symbolic_ops.py everything has dtype.long now (#14661) 2026-02-10 15:08:50 +08:00
test_tensor.py move more tests to test/null, split some existing ones (#14512) 2026-02-03 20:20:20 +08:00
test_tensor_variable.py fix test_symbolic_arange_sym_step (#13952) 2026-01-01 09:41:07 -05:00
test_tiny.py beautiful SQTT_PARSE=1 with color (#13428) 2025-11-23 01:05:14 -08:00
test_to_numpy.py Apply ruff linting rules to tests (#2473) 2023-11-27 21:24:06 -08:00
test_transcendental.py Revert "transcendental works with long decomp" (#14676) 2026-02-10 19:46:34 -05:00
test_uops.py KernelInfo is required on get_program (#14571) 2026-02-06 10:49:27 +08:00
test_zero_copy.py Buffer.as_buffer -> Buffer.as_memoryview [pr] (#14535) 2026-02-04 11:31:11 -05:00