tinygrad/test
George Hotz b9eb5b5d49
clean up the LLM tokenizer (#12653)
* clean up the LLM tokenizer

* simple tokenizer is actually simple

* ugh write good code
2025-10-14 14:22:01 +08:00
..
device
external clean up the LLM tokenizer (#12653) 2025-10-14 14:22:01 +08:00
mockgpu fix ruff 0.14.0 [pr] (#12547) 2025-10-09 01:52:30 -04:00
models fast RANGEIFY (#12504) 2025-10-08 19:38:06 +08:00
opt remove trivial use of RANGEIFY flag (#12550) 2025-10-09 02:29:38 -04:00
speed
testextra
unit clean up the LLM tokenizer (#12653) 2025-10-14 14:22:01 +08:00
web
__init__.py
Dockerfile
helpers.py remove trivial use of RANGEIFY flag (#12550) 2025-10-09 02:29:38 -04:00
test_arange.py remove trivial use of RANGEIFY flag (#12550) 2025-10-09 02:29:38 -04:00
test_assign.py clean up more RANGEIFY flag (#12556) 2025-10-09 03:06:48 -04:00
test_compile_failures.py
test_const_folding.py clean up more RANGEIFY flag (#12556) 2025-10-09 03:06:48 -04:00
test_dtype.py enable few tests for PTX test_dtype (#12445) 2025-10-03 08:56:30 -04:00
test_dtype_alu.py
test_edgecases.py
test_fusion_op.py
test_gc.py
test_graph.py
test_image_dtype.py clean up more RANGEIFY flag (#12556) 2025-10-09 03:06:48 -04:00
test_interop.py
test_jit.py remove RANGEIFY flag [pr] (#12577) 2025-10-09 21:52:54 -04:00
test_jit_cases.py
test_kernel_cache.py
test_linearizer.py drop unused invalid conditions (#12635) 2025-10-13 10:52:21 +02:00
test_linearizer_dumb.py remove Ops.VIEW and related UOp methods (#12522) 2025-10-08 14:47:02 +03:00
test_linearizer_failures.py
test_memory_planner.py
test_method_cache.py
test_multitensor.py uop_given_valid uses less simplify (#12612) 2025-10-11 10:57:39 +02:00
test_nn.py remove FUSE_ARANGE (#12511) 2025-10-08 04:54:07 -04:00
test_ops.py enable some test_ops tests (#12607) 2025-10-10 07:23:21 -04:00
test_opt_gemm.py
test_optim.py fast RANGEIFY (#12504) 2025-10-08 19:38:06 +08:00
test_opts.py
test_outerworld.py TestOuterworldReduce works (#12608) 2025-10-10 20:06:41 +08:00
test_outerworld_range.py
test_pickle.py
test_profiler.py
test_quantize_onnx.py move frontend dir to nn [pr] (#12470) 2025-10-07 10:42:22 +08:00
test_randomness.py ops: n^2 .device property fix (#12419) 2025-10-02 03:28:12 -04:00
test_rangeify.py outerworld uses expand (#12578) 2025-10-10 10:25:25 +08:00
test_remote.py
test_renderer_failures.py
test_schedule.py improve typing (#12611) 2025-10-11 16:20:23 +08:00
test_setitem.py
test_softmax_fusion.py clean up more RANGEIFY flag (#12556) 2025-10-09 03:06:48 -04:00
test_stunning.py remove FUSE_ARANGE (#12511) 2025-10-08 04:54:07 -04:00
test_subbuffer.py
test_symbolic_jit.py remove trivial use of RANGEIFY flag (#12550) 2025-10-09 02:29:38 -04:00
test_symbolic_ops.py
test_tensor.py ShapeTracker.real_strides -> is_expanded [pr] (#12579) 2025-10-09 22:52:45 -04:00
test_tensor_uop.py update tests that depend on SPLIT_REDUCEOP (#12534) 2025-10-08 21:53:30 -04:00
test_tensor_variable.py
test_tiny.py earlier seen children (#12451) 2025-10-05 15:55:13 +08:00
test_to_numpy.py
test_transcendental.py
test_uop_graph.py post index symbolic (#12446) 2025-10-03 23:23:03 +02:00
test_uops.py remove Ops.VIEW and related UOp methods (#12522) 2025-10-08 14:47:02 +03:00
test_uops_stats.py remove trivial use of RANGEIFY flag (#12550) 2025-10-09 02:29:38 -04:00
test_zero_copy.py