..
device
move device tests to test/device + test cleanups ( #11735 )
2025-08-19 16:02:20 -07:00
external
move device tests to test/device + test cleanups ( #11735 )
2025-08-19 16:02:20 -07:00
mockgpu
amd: parse soc enums ( #11727 )
2025-08-19 15:06:09 +03:00
models
move device tests to test/device + test cleanups ( #11735 )
2025-08-19 16:02:20 -07:00
testextra
break swizzle into three chunks [pr] ( #11153 )
2025-07-09 15:30:34 -07:00
unit
move device tests to test/device + test cleanups ( #11735 )
2025-08-19 16:02:20 -07: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
move opt under codegen ( #11569 )
2025-08-07 14:19:17 -07:00
test_assign.py
rename lazydata to uop ( #10698 )
2025-06-08 08:42:22 -07:00
test_compile_failures.py
enable a few tests that work now ( #7721 )
2024-11-15 14:30:52 -05:00
test_const_folding.py
fix test_const_tensor_index index ( #11660 )
2025-08-13 19:50:16 -04:00
test_copy_speed.py
move device tests to test/device + test cleanups ( #11735 )
2025-08-19 16:02:20 -07:00
test_define_reg.py
assert shape on lowerer store [pr] ( #11395 )
2025-07-27 10:41:57 -07:00
test_device_speed.py
add name uop ( #9149 )
2025-02-18 15:26:58 +08:00
test_disassembly.py
change clang -march flag to -mcpu on arm ( #10970 )
2025-08-11 13:38:48 -04:00
test_dtype.py
move some test_dtype tests to unit ( #11479 )
2025-08-02 15:25:00 -04:00
test_dtype_alu.py
suppress filter_too_much on test_float_cast_to_unsigned ( #10733 )
2025-06-09 18:30:04 -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
Revert "REDUCE_AXIS keepdim=False ( #11311 )" ( #11718 )
2025-08-18 13:28:53 -07:00
test_linearizer_dumb.py
Revert "REDUCE_AXIS keepdim=False ( #11311 )" ( #11718 )
2025-08-18 13:28:53 -07:00
test_linearizer_overflows.py
move opt under codegen ( #11569 )
2025-08-07 14:19:17 -07:00
test_memory_planner.py
s/lb_refcount/uop_refcount [pr] ( #10865 )
2025-06-18 21:48:04 +03:00
test_method_cache.py
simple LoadOps.ASSIGN ( #3745 )
2024-03-14 20:44:34 -07:00
test_multitensor.py
move device tests to test/device + test cleanups ( #11735 )
2025-08-19 16:02:20 -07:00
test_nn.py
move device tests to test/device + test cleanups ( #11735 )
2025-08-19 16:02:20 -07:00
test_ocl.py
Fix GPT2 with OpenCL backend. ( #6821 )
2024-10-01 16:57:22 +08:00
test_ops.py
Ops.TRUNC ( #11659 )
2025-08-13 18:40:48 -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_outerworld_range.py
outerworld range test [pr] ( #11059 )
2025-07-02 14:28:44 -07:00
test_pickle.py
rename lazydata to uop ( #10698 )
2025-06-08 08:42:22 -07:00
test_profiler.py
hcq: move cpu to hcq ( #11262 )
2025-07-21 15:10:38 +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_remote.py
Remote scheduler changes ( #11177 )
2025-07-21 09:29:44 -07:00
test_renderer_failures.py
rename lazydata to uop ( #10698 )
2025-06-08 08:42:22 -07:00
test_sample.py
enable WEBGPU tests with buffer limit ( #11489 )
2025-08-03 13:02:44 -07:00
test_schedule.py
list indexing can normalize in python ( #11609 )
2025-08-10 20:02:38 -04:00
test_search.py
move opt under codegen ( #11569 )
2025-08-07 14:19:17 -07:00
test_setitem.py
Add Test for Setitem ( #10559 )
2025-07-30 22:03:41 -04:00
test_softmax_fusion.py
fix test_fuse_and_tc_opt ( #11699 )
2025-08-16 21:10:53 -04:00
test_specific_conv.py
Solve get_grouped_dims does not split issue ( #9085 )
2025-02-16 19:57:29 -05: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
support variable shape none slice in getitem ( #10724 )
2025-06-09 11:53:02 -07:00
test_symbolic_ops.py
Support symbolic slice with no start [pr] ( #10775 )
2025-06-11 16:00:38 -04:00
test_tensor.py
hotfix: test tensor dims start at 1
2025-08-05 15:40:24 -07: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] [pr] index validation with z3 ( #9981 )
2025-04-24 08:06:08 -04:00
test_tiny.py
test backward in test_tiny ( #11697 )
2025-08-16 20:29:39 -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
real new lowerer ( #11419 )
2025-07-29 15:35:51 -07:00
test_uops.py
Add Ops.CMPEQ ( #10431 )
2025-08-10 13:13:16 +02:00
test_uops_stats.py
move opt under codegen ( #11569 )
2025-08-07 14:19:17 -07:00
test_winograd.py
update some tests for less Kernel ( #11543 )
2025-08-06 14:19:59 -07:00
test_zero_copy.py
rename lazydata to uop ( #10698 )
2025-06-08 08:42:22 -07:00