..
external
cleanup onnx, pass one more reshape test and remove some casts ( #2806 )
2023-12-16 20:40:43 -05:00
extra
ruff checks the max line length is 150 ( #2734 )
2023-12-12 17:34:47 -08:00
imported
ruff checks the max line length is 150 ( #2734 )
2023-12-12 17:34:47 -08:00
models
lazy tests ( #2796 )
2023-12-16 08:24:21 -08:00
unit
Make Tensor creation allow multi-dim list of int and bool ( #2793 )
2023-12-17 01:58:10 -05:00
web
fast path for copy ( #2548 )
2023-12-01 11:34:47 -08:00
__init__.py
All devices are equal! ( #196 )
2020-12-15 23:44:08 -08:00
Dockerfile
Docker fix ( #1039 )
2023-06-25 10:38:58 -07:00
helpers.py
Revert "Use the reduceop dtype to define the acc in linearizer ( #2625 )" ( #2783 )
2023-12-15 16:29:10 -05:00
test_assign.py
Apply ruff linting rules to tests ( #2473 )
2023-11-27 21:24:06 -08:00
test_conv.py
update pytest marks and CI test filters ( #2587 )
2023-12-03 15:20:44 -05:00
test_conv_shapetracker.py
fix some tests related to JitItem ( #2279 )
2023-11-11 23:00:35 -05:00
test_copy_speed.py
Fix cl import in the copy_speed test and cifar example ( #2586 )
2023-12-03 09:22:07 -08:00
test_custom_function.py
update pytest marks and CI test filters ( #2587 )
2023-12-03 15:20:44 -05:00
test_dtype.py
Tensor(False) has dtypes.bool ( #2805 )
2023-12-16 19:04:08 -05:00
test_dtype_alu.py
don't auto-cast half to float in unary functions ( #2776 )
2023-12-15 10:11:47 -05:00
test_gc.py
fix up eye and fix gc test
2023-02-27 06:53:18 -08:00
test_hip_rdna3.py
restore Tensor.default_type in test_hip_rdna3 ( #2763 )
2023-12-14 11:35:38 -05:00
test_image_dtype.py
cast image doesn't work on nvidia ( #2626 )
2023-12-05 12:48:19 -08:00
test_jit.py
lazy tests ( #2796 )
2023-12-16 08:24:21 -08:00
test_kernel_cache.py
move device to device.py ( #2466 )
2023-11-27 11:34:37 -08:00
test_lazybuffer.py
new style device ( #2530 )
2023-11-30 17:07:16 -08:00
test_lazyop.py
Apply ruff linting rules to tests ( #2473 )
2023-11-27 21:24:06 -08:00
test_linearizer.py
Revert "Use the reduceop dtype to define the acc in linearizer ( #2625 )" ( #2783 )
2023-12-15 16:29:10 -05:00
test_linearizer_failures.py
remove pushing contig + fix linearizer bug ( #2798 )
2023-12-16 09:36:31 -08:00
test_masked_st.py
multitensor start ( #2676 )
2023-12-07 17:07:05 -08:00
test_net_speed.py
Profiling-helper ( #2321 )
2023-11-16 14:15:56 -08:00
test_nn.py
ruff checks the max line length is 150 ( #2734 )
2023-12-12 17:34:47 -08:00
test_ops.py
support Tensor.einsum with no "->" in formula ( #2807 )
2023-12-17 00:46:24 -05:00
test_optim.py
ruff checks the max line length is 150 ( #2734 )
2023-12-12 17:34:47 -08:00
test_randomness.py
Revert "Tensor.randint is Tensor.uniform with dtypes.int32 ( #2801 )" ( #2802 )
2023-12-16 15:53:28 -05:00
test_sample.py
enable test_sample for all backend ( #2593 )
2023-12-03 17:20:27 -05:00
test_schedule.py
lazy tests ( #2796 )
2023-12-16 08:24:21 -08:00
test_search.py
new style device ( #2530 )
2023-11-30 17:07:16 -08:00
test_specific_conv.py
Non fp32 math ( #2264 )
2023-12-03 13:45:49 -08:00
test_speed_v_torch.py
ruff checks the max line length is 150 ( #2734 )
2023-12-12 17:34:47 -08:00
test_symbolic_jit.py
improve test assertions for jit cache len with graph executor ( #2476 )
2023-11-27 23:02:45 -08:00
test_symbolic_ops.py
support vals on WebGPU, run more tests ( #2668 )
2023-12-07 16:45:21 -08:00
test_symbolic_shapetracker.py
tests from new lazy branch ( #2774 )
2023-12-14 23:06:39 -08:00
test_tensor.py
Make Tensor creation allow multi-dim list of int and bool ( #2793 )
2023-12-17 01:58:10 -05:00
test_tensor_data.py
masked shapetrackers ( #2657 )
2023-12-06 11:22:26 -08:00
test_to_numpy.py
Apply ruff linting rules to tests ( #2473 )
2023-11-27 21:24:06 -08:00
test_uops.py
TernaryOps.WHERE has vin[0] as bool and BinaryOps.CMPLT always outputs bool ( #2782 )
2023-12-15 14:51:51 -05:00
test_winograd.py
Profiling-helper ( #2321 )
2023-11-16 14:15:56 -08:00
test_zero_copy.py
Remove as_buffer for TORCH ( #2554 )
2023-12-01 18:51:38 -08:00