..
external
do not require PYTHONPATH=. for process replay [pr] ( #8567 )
2025-01-11 09:45:34 -05:00
imported
use Tensor.replace [pr] ( #8455 )
2024-12-30 23:20:46 -05:00
mockgpu
mypy for mockgpu/cuda & dsp/run ( #8575 )
2025-01-12 18:25:39 +03:00
models
Fix FC layer ResNet load_from_pretrained error ( #8387 )
2024-12-26 18:11:27 -05:00
testextra
move mockgpu to tests [pr] ( #8396 )
2024-12-24 23:48:02 +03:00
unit
use unravel in views_to_indexed_uops [pr] ( #8560 )
2025-01-12 10:25:55 -05:00
web
Move efficientnet example ( #8087 )
2024-12-06 15:48:16 +01: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
move print_diff to process replay [pr] ( #8566 )
2025-01-11 09:28:45 -05:00
test_arange.py
use Estimates class [pr] ( #8319 )
2024-12-18 10:19:32 -08:00
test_assign.py
fix half4 on qcom and gpu ( #8573 )
2025-01-12 06:23:05 -05: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
tests from remove uop mutability [pr] ( #8442 )
2024-12-29 12:14:10 -05:00
test_conv.py
db in wal mode ( #5388 )
2024-07-12 20:43:36 -07:00
test_conv_shapetracker.py
create_schedule([x.lazydata]) -> x.schedule() in tests ( #8449 )
2024-12-31 03:15:52 +08:00
test_copy_speed.py
node cleanup + local metal test speed [pr] ( #6880 )
2024-10-04 18:14:23 +08:00
test_device_speed.py
remove iter from uopgraph ( #6110 )
2024-08-16 15:58:29 -07:00
test_dtype.py
do not use subbuffer for bitcast ( #8514 )
2025-01-06 18:40:46 +02:00
test_dtype_alu.py
mockcuda ( #8503 )
2025-01-05 01:23:57 +03:00
test_fusion_op.py
create_schedule([x.lazydata]) -> x.schedule() in tests ( #8449 )
2024-12-31 03:15:52 +08:00
test_fuzz_shape_ops.py
faster ci [pr] ( #7348 )
2024-10-29 14:01:44 +08:00
test_gc.py
free toposort cache after it goes out of scope [pr] ( #8264 )
2024-12-15 19:50:42 +02:00
test_graph.py
create_schedule([x.lazydata]) -> x.schedule() in tests ( #8449 )
2024-12-31 03:15:52 +08:00
test_hcq.py
test_hcq limits for mockgpu not (only) ci ( #8555 )
2025-01-10 17:37:28 +03:00
test_image_dtype.py
add symbolic_simple to the scheduler [pr] ( #8419 )
2024-12-26 20:05:08 +08:00
test_jit.py
qcom has not transfer ( #8075 )
2024-12-06 14:45:01 +03:00
test_kernel_cache.py
test_kernel_cache_in_action: fix test ( #7792 )
2024-11-19 13:34:56 -05:00
test_lazybuffer.py
delete empty op ( #8544 )
2025-01-09 14:10:15 -05:00
test_linearizer.py
create_schedule([x.lazydata]) -> x.schedule() in tests ( #8449 )
2024-12-31 03:15:52 +08:00
test_linearizer_dumb.py
Run more webgpu tests ( #8142 )
2024-12-10 23:20:04 +01:00
test_linearizer_failures.py
replace all sparents with toposort ( #7983 )
2024-12-02 15:00:30 +08:00
test_linearizer_overflows.py
Remove UnaryOps, BinaryOps, TernaryOps, MetaOps [pr] ( #7725 )
2024-11-16 20:56:56 +08:00
test_masked_st.py
multitensor start ( #2676 )
2023-12-07 17:07:05 -08:00
test_metal.py
Use MTLCompiler directly (v2) ( #7920 )
2024-12-04 16:36:48 +08:00
test_method_cache.py
simple LoadOps.ASSIGN ( #3745 )
2024-03-14 20:44:34 -07:00
test_multitensor.py
create_schedule([x.lazydata]) -> x.schedule() in tests ( #8449 )
2024-12-31 03:15:52 +08:00
test_net_speed.py
hotfix: test_net_speed can't backward before realize
2024-12-19 20:32:59 -08:00
test_nn.py
tests from remove uop mutability [pr] ( #8442 )
2024-12-29 12:14:10 -05:00
test_ocl.py
Fix GPT2 with OpenCL backend. ( #6821 )
2024-10-01 16:57:22 +08:00
test_ops.py
Support asymmetrical pads for all pooling functions ( #8109 )
2025-01-05 16:01:08 -05:00
test_optim.py
move is_dtype_supported to device [pr] ( #7575 )
2024-11-07 20:38:03 +08:00
test_pickle.py
support pickling a realized BUFFER uop [pr] ( #8541 )
2025-01-09 06:37:22 -05:00
test_profiler.py
tests from remove uop mutability [pr] ( #8442 )
2024-12-29 12:14:10 -05:00
test_randomness.py
mockcuda ( #8503 )
2025-01-05 01:23:57 +03:00
test_rearrange_einops.py
Missing features from rearrange ( #6184 )
2024-08-19 11:19:07 -07:00
test_renderer_failures.py
rename LazyBuffer -> UOp [pr] ( #8169 )
2024-12-11 16:15:52 -08:00
test_sample.py
UOp.variable ( #7010 )
2024-10-12 18:20:44 +08:00
test_schedule.py
add SINK folding from the tensor_map branch [pr] ( #8562 )
2025-01-12 03:39:34 -05:00
test_search.py
create_schedule([x.lazydata]) -> x.schedule() in tests ( #8449 )
2024-12-31 03:15:52 +08:00
test_setitem.py
fix advanced setitem with 1 in shape ( #7797 )
2024-11-19 20:04:59 -05:00
test_specific_conv.py
move is_dtype_supported to device [pr] ( #7575 )
2024-11-07 20:38:03 +08:00
test_speed_v_torch.py
remove more test skip for webgpu [pr] ( #8192 )
2024-12-12 14:06:35 -05:00
test_subbuffer.py
unrelated test fixups from delete_lazy [pr] ( #8088 )
2024-12-06 17:31:02 +02:00
test_symbolic_jit.py
UOp.variable ( #7010 )
2024-10-12 18:20:44 +08:00
test_symbolic_ops.py
few minor code cleanups [pr] ( #8267 )
2024-12-15 23:44:51 -05:00
test_symbolic_shapetracker.py
update test_merge_view_recursion_err2 [pr] ( #8339 )
2024-12-19 18:29:34 -05:00
test_tensor.py
create_schedule([x.lazydata]) -> x.schedule() in tests ( #8449 )
2024-12-31 03:15:52 +08:00
test_tensor_data.py
[BUGFIX] Tensor([]).data() ( #7884 )
2024-11-24 16:42:57 -05:00
test_tensor_variable.py
combine pad2d with pad ( #7677 )
2024-11-14 17:56:02 +08:00
test_tiny.py
hotfix: simpler test_mnist_model
2024-12-20 10:18:17 -08:00
test_to_numpy.py
Apply ruff linting rules to tests ( #2473 )
2023-11-27 21:24:06 -08:00
test_transcendental.py
mockcuda ( #8503 )
2025-01-05 01:23:57 +03:00
test_uop_graph.py
Skip test that counts Ops.LOAD on CLANG+AMX (upcasts up to float16) ( #8475 )
2025-01-02 17:17:49 -05:00
test_uops.py
Fix uop.st for CLANG+AMX ( #8460 )
2025-01-02 18:01:41 +02:00
test_uops_stats.py
create_schedule([x.lazydata]) -> x.schedule() in tests ( #8449 )
2024-12-31 03:15:52 +08:00
test_viz.py
use UOp.substitute for VIZ=1 [pr] ( #8497 )
2025-01-04 20:00:29 +02:00
test_winograd.py
create_schedule([x.lazydata]) -> x.schedule() in tests ( #8449 )
2024-12-31 03:15:52 +08:00
test_zero_copy.py
unrelated test fixups from delete_lazy [pr] ( #8088 )
2024-12-06 17:31:02 +02:00