pytorch/test/inductor
2025-02-03 16:25:58 +00:00
..
cpp
extension_backends [inductor] Add some typing to common.py (#145691) 2025-01-27 06:27:13 +00:00
__init__.py
CMakeLists.txt
custom_ops.cpp
indirect_assert_helper.py
minifier_smoke.py
opinfo_harness.py
s429861_repro.py
test_aot_inductor.py Revert "[hop][inductor] track the dependency on unbacked symbols correctly with constant_args for hops (#143456)" 2025-02-03 16:25:58 +00:00
test_aot_inductor_arrayref.py
test_aot_inductor_custom_ops.py [AOTI] Add a boxed_run API (#142213) 2025-01-14 18:47:42 +00:00
test_aot_inductor_package.py Implement deepcopy for AOTICompiledModel (#145423) 2025-01-23 21:05:30 +00:00
test_aot_inductor_utils.py
test_async_compile.py [Break XPU][Inductor UT] Fix broken XPU CI introduced by community changes (#145058) 2025-01-18 01:30:24 +00:00
test_auto_functionalize.py Output of nonzero is transposed, fix fake tensor (#144695) 2025-01-26 01:07:22 +00:00
test_autoheuristic.py
test_b2b_gemm.py
test_benchmark_fusion.py
test_benchmarking.py refactor benchmarking to use dynamo_timed (#144315) 2025-01-18 02:35:00 +00:00
test_binary_folding.py
test_ck_backend.py
test_codecache.py Fix code cache + freezing compile-time regression (#145868) 2025-01-31 02:04:15 +00:00
test_codegen_triton.py [inductor][3/N] triton support post-#5512, tt.divisibility format (#145575) 2025-01-27 21:48:58 +00:00
test_combo_kernels.py
test_compile_worker.py
test_compiled_autograd.py [ca][hop] test CA on all HOPs (#145429) 2025-01-31 20:45:22 +00:00
test_compiled_optimizers.py
test_config.py inductor: Explicitly test that torch.compile(option=...) does something (#145321) 2025-01-25 00:48:26 +00:00
test_control_flow.py Revert "[hop][inductor] track the dependency on unbacked symbols correctly with constant_args for hops (#143456)" 2025-02-03 16:25:58 +00:00
test_cooperative_reductions.py [inductor] Fix handling of fixed XBLOCK larger than xnumel=1 (#145671) 2025-01-29 21:56:32 +00:00
test_coordinate_descent_tuner.py
test_cpp_wrapper_hipify.py
test_cpu_cpp_wrapper.py [Inductor][CPP] Enable Grouped GEMM Template (#143796) 2025-01-14 05:59:07 +00:00
test_cpu_repro.py [Inductor][CPP] fix torch logit decomposition (#145576) 2025-01-27 19:37:51 +00:00
test_cpu_select_algorithm.py Add unique identifer to bmm thread_mm functions (#145303) 2025-01-24 17:35:50 +00:00
test_cuda_repro.py
test_cudacodecache.py
test_cudagraph_trees.py
test_cudagraph_trees_expandable_segments.py
test_custom_lowering.py
test_custom_post_grad_passes.py
test_cutlass_backend.py [cutlass backend tests] Manually clear cache, test more tests in fbcode and limit configs in some tests (#145545) 2025-01-24 03:06:59 +00:00
test_debug_trace.py
test_decompose_mem_bound_mm.py
test_dependencies.py
test_distributed_patterns.py functional compiled autograd (#144707) 2025-01-27 05:20:56 +00:00
test_efficient_conv_bn_eval.py
test_extension_backend.py
test_external_callables.py
test_flex_attention.py Fix a number of flexattention issues (cse, cudagraph, etc.) (#145059) 2025-01-29 20:27:39 +00:00
test_flex_decoding.py Enable non power of 2 head_dim for FlexAttention (#133495) 2025-01-23 17:05:38 +00:00
test_foreach.py
test_fp8.py Build RowwiseScaledMM.cu for SM89 (#145676) 2025-02-01 11:44:58 +00:00
test_fused_attention.py
test_fuzzer.py Refactor fuzzer and add support for Dynamo (#145565) 2025-01-28 00:44:27 +00:00
test_fx_fusion.py
test_gpu_cpp_wrapper.py Make sure not using cpp wrapper when setting nvtx training annotation (#145538) 2025-01-30 18:34:22 +00:00
test_graph_transform_observer.py
test_group_batch_fusion.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_halide.py [inductor] Fix ignored options for torch.compile (#145131) 2025-01-18 03:39:49 +00:00
test_indexing.py Fix PythonMod printing for C++ (#143385) 2025-01-22 14:58:35 +00:00
test_inductor_annotations.py
test_inductor_freezing.py Unskipped multiple inductor tests for ROCm (#143581) 2025-01-16 20:46:06 +00:00
test_inductor_utils.py
test_inplace_padding.py [Break XPU] Fix Inductor cuda bias UT (#145934) 2025-01-31 01:39:39 +00:00
test_inplacing_pass.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_kernel_benchmark.py
test_layout_optim.py
test_loop_ordering.py [ROCm] Enable post-merge trunk workflow on MI300 runners; skip and fix MI300 related failed tests (#143673) 2025-01-09 05:18:57 +00:00
test_max_autotune.py Build RowwiseScaledMM.cu for SM89 (#145676) 2025-02-01 11:44:58 +00:00
test_memory.py
test_memory_planning.py Unskipped multiple inductor tests for ROCm (#143581) 2025-01-16 20:46:06 +00:00
test_metrics.py
test_minifier.py Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24 23:07:19 +00:00
test_minifier_isolate.py
test_minifier_utils.py
test_mkldnn_pattern_matcher.py Enable fp16 linear layers in PyTorch via ACL (#144992) 2025-01-23 19:07:54 +00:00
test_mmdecomp.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_move_constructors_to_cuda.py [CI][CUDA][MultiGPU][Regression] Skip a failure due to https://github.com/pytorch/pytorch/issues/139520 (#145318) 2025-01-24 06:58:05 +00:00
test_mps_basic.py [mps/inductor] Implement support for polygamma(). (#146259) 2025-02-02 01:54:23 +00:00
test_multi_kernel.py
test_op_dtype_prop.py
test_ordered_set.py
test_pad_mm.py
test_padding.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_pattern_matcher.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_perf.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_profiler.py Revert "[inductor/profiler] add kernel kwargs instrumentation (#145573)" 2025-01-31 18:13:23 +00:00
test_provenance_tracing.py add node mapping processing (#146103) 2025-02-01 08:29:29 +00:00
test_scatter_optimization.py
test_select_algorithm.py Unskipped multiple inductor tests for ROCm (#143581) 2025-01-16 20:46:06 +00:00
test_smoke.py
test_snode_runtime.py
test_split_cat_fx_aten_passes.py [Customized Optimus] Add select cat aten pass (#145918) 2025-01-31 02:35:10 +00:00
test_split_cat_fx_passes.py
test_standalone_compile.py
test_torchbind.py
test_torchinductor.py [inductor][5/N] triton support post-#5512, fix 1 and None handling (#145515) 2025-02-01 02:11:48 +00:00
test_torchinductor_codegen_config_overrides.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_torchinductor_codegen_dynamic_shapes.py Revert "Fix triton masked loading for non-block tl.loads (#144782)" 2025-01-24 14:28:48 +00:00
test_torchinductor_dynamic_shapes.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_torchinductor_opinfo.py Remove det_singular OpInfo (#145533) 2025-01-25 00:58:03 +00:00
test_torchinductor_strided_blocks.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_triton_cpu_backend.py
test_triton_extension_backend.py
test_triton_heuristics.py [inductor] fix autotuning memory usage (#145410) 2025-01-23 09:34:23 +00:00
test_triton_kernels.py [inductor][5/N] triton support post-#5512, fix 1 and None handling (#145515) 2025-02-01 02:11:48 +00:00
test_triton_syntax.py
test_triton_wrapper.py
test_unbacked_symints.py fix unbacked + view incorrectness (#145548) 2025-01-28 16:03:45 +00:00
test_utils.py
test_xpu_basic.py