pytorch/test/inductor
2024-12-30 02:06:38 +00:00
..
cpp
extension_backends Make Context to be Device-agnostic Step by Step (3/N) (#137578) 2024-12-18 15:12:19 +00:00
__init__.py
CMakeLists.txt
custom_ops.cpp [AOTI] Fix an issue when fallback op does not return a value (#142339) 2024-12-09 23:24:29 +00:00
indirect_assert_helper.py
minifier_smoke.py
opinfo_harness.py
s429861_repro.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_aot_inductor.py Revert "Add AOT inductor support for _scaled_mm for CPU (#141961)" 2024-12-28 16:49:38 +00:00
test_aot_inductor_arrayref.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_aot_inductor_custom_ops.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_aot_inductor_package.py [Codemod][AddExplicitStrictExportArg] caffe2/test/inductor (#143929) 2024-12-28 23:39:21 +00:00
test_aot_inductor_utils.py [AOTI XPU] Support AOT Inductor for Intel GPU. (#140269) 2024-12-10 05:05:08 +00:00
test_auto_functionalize.py
test_autoheuristic.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_b2b_gemm.py Rename cache limit to recompile limit in configs (#143709) 2024-12-22 10:03:57 +00:00
test_benchmark_fusion.py [inductor] Refactor is_big_gpu (#142220) 2024-12-08 18:51:36 +00:00
test_benchmarking.py
test_binary_folding.py [Inductor] add flag for linear binary folding and turn it off by default (#142108) 2024-12-06 07:12:29 +00:00
test_ck_backend.py [inductor] Refactor is_big_gpu (#142220) 2024-12-08 18:51:36 +00:00
test_codecache.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_codegen_triton.py
test_combo_kernels.py
test_compile_worker.py
test_compiled_autograd.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_compiled_optimizers.py [foreach_map] Add foreach_map Adam impl to compiled optimizer tests (#143454) 2024-12-19 03:16:47 +00:00
test_config.py
test_control_flow.py [while_loop] data-dependent op in body_fn (#142031) 2024-12-10 21:54:28 +00:00
test_cooperative_reductions.py [Inductor] Fix cooperative reduction tests broken in recent refactor (#143135) 2024-12-13 02:03:43 +00:00
test_coordinate_descent_tuner.py [Inductor] Refactor "r" reduction prefix to {"r0_", "r1_"}. (#142020) 2024-12-12 17:22:20 +00:00
test_cpp_wrapper_hipify.py Test cpp_wrapper_hipify string comparison (#141353) 2024-12-03 18:25:32 +00:00
test_cpu_cpp_wrapper.py
test_cpu_repro.py [Inductor][CPP] Fix Data Type issue of frexp (#143746) 2024-12-28 06:00:13 +00:00
test_cpu_select_algorithm.py [Inductor] add flag for linear binary folding and turn it off by default (#142108) 2024-12-06 07:12:29 +00:00
test_cuda_repro.py Fix emulate low precision bool inp (#143657) 2024-12-28 01:51:28 +00:00
test_cudacodecache.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_cudagraph_trees.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_cudagraph_trees_expandable_segments.py Revert "Use absolute path path.resolve() -> path.absolute() (#129409)" 2024-12-26 17:26:06 +00:00
test_custom_lowering.py
test_custom_post_grad_passes.py
test_cutlass_backend.py [CUTLASS] fix addmm (#143537) 2024-12-27 23:47:55 +00:00
test_debug_trace.py [inductor] Fix 3d tiling (#141709) 2024-12-01 19:47:41 +00:00
test_decompose_mem_bound_mm.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_dependencies.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_distributed_patterns.py [ca] expose option to collect sizes as dynamic (#141153) 2024-11-22 19:26:27 +00:00
test_efficient_conv_bn_eval.py Revert "Always unspecialize float in OSS (#138922)" 2024-11-26 00:03:03 +00:00
test_extension_backend.py
test_external_callables.py
test_flex_attention.py [inductor] Shorten tracebacks for errors inside inductor (by skipping AOTAutograd frames) (#143610) 2024-12-24 21:48:32 +00:00
test_flex_decoding.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_foreach.py [foreach_map] Add foreach_map Adam impl to compiled optimizer tests (#143454) 2024-12-19 03:16:47 +00:00
test_fp8.py Revert "Add torch._scaled_mm for CPU (#139975)" 2024-12-28 16:49:38 +00:00
test_fused_attention.py
test_fx_fusion.py
test_gpu_cpp_wrapper.py [inductor] Refactor is_big_gpu (#142220) 2024-12-08 18:51:36 +00:00
test_graph_transform_observer.py
test_group_batch_fusion.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_halide.py
test_indexing.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_inductor_annotations.py Inductor annotations (#130429) 2024-12-10 08:53:39 +00:00
test_inductor_freezing.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [10/N] (#142451) 2024-12-17 12:18:29 +00:00
test_inductor_utils.py
test_inplacing_pass.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_kernel_benchmark.py Revert "[Inductor XPU] Support max-autotune on XPU and reuse the corresponding Inductor UT. (#143266)" 2024-12-24 17:22:57 +00:00
test_layout_optim.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_loop_ordering.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_max_autotune.py Revert "[Inductor XPU] Support max-autotune on XPU and reuse the corresponding Inductor UT. (#143266)" 2024-12-24 17:22:57 +00:00
test_memory.py
test_memory_planning.py Move Sympy printers to torch/utils/_sympy/printers.py (#140597) 2024-11-26 18:11:00 +00:00
test_metrics.py
test_minifier.py Aoti minifier flatten (#141156) 2024-12-06 07:12:45 +00:00
test_minifier_isolate.py
test_minifier_utils.py [AOTI Minifier] Save EP instead of graphs (#141159) 2024-11-22 01:51:10 +00:00
test_mkldnn_pattern_matcher.py [Inductor] Constrain the shape of other tensor for Conv/Linear + broadcast add fusion. (#141759) 2024-12-20 00:35:58 +00:00
test_mmdecomp.py
test_move_constructors_to_cuda.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_mps_basic.py [Inductor] Implement primitive Metal compiler (#143893) 2024-12-28 06:58:32 +00:00
test_multi_kernel.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_op_dtype_prop.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [10/N] (#142451) 2024-12-17 12:18:29 +00:00
test_ordered_set.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_pad_mm.py Enabled force_shape_pad for test_pad_mm and test_slice_mm_bandwidth_computation (#141768) 2024-12-24 11:03:39 +00:00
test_padding.py [Inductor] Refactor "r" reduction prefix to {"r0_", "r1_"}. (#142020) 2024-12-12 17:22:20 +00:00
test_pattern_matcher.py Fix duplicate pattern error (#139321) 2024-12-27 11:10:46 +00:00
test_perf.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_profiler.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_provenance_tracing.py [provenance_tracking] Dump inductor_triton_kernel_to_post_grad_nodes.json info in debug_trace (#143055) 2024-12-18 06:51:50 +00:00
test_scatter_optimization.py
test_select_algorithm.py Revert "[Inductor XPU] Support max-autotune on XPU and reuse the corresponding Inductor UT. (#143266)" 2024-12-24 17:22:57 +00:00
test_smoke.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_snode_runtime.py
test_split_cat_fx_passes.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_standalone_compile.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_torchbind.py
test_torchinductor.py Revert "[inductor] Make generated kernels deterministic (#143951)" 2024-12-30 02:06:38 +00:00
test_torchinductor_codegen_config_overrides.py Enable concat support through inductor using pointwise kernels (#141966) 2024-12-06 14:28:07 +00:00
test_torchinductor_codegen_dynamic_shapes.py Revert "fix randint distribution for large max (#143787)" 2024-12-27 09:16:36 +00:00
test_torchinductor_dynamic_shapes.py Revert "fix randint distribution for large max (#143787)" 2024-12-27 09:16:36 +00:00
test_torchinductor_opinfo.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_torchinductor_strided_blocks.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_triton_cpu_backend.py Refactor test_torchinductor_strided_blocks to also support triton CPU (#141587) 2024-12-05 09:57:08 +00:00
test_triton_extension_backend.py
test_triton_heuristics.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_triton_kernels.py Rename cache limit to recompile limit in configs (#143709) 2024-12-22 10:03:57 +00:00
test_triton_syntax.py [Inductor UT] Generalize device-bias code in test_triton_syntax.py. (#143178) 2024-12-14 02:08:32 +00:00
test_triton_wrapper.py Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
test_unbacked_symints.py Enable ruff's unused variable checking everywhere in pytorch (#136965) 2024-12-22 02:33:11 +00:00
test_utils.py
test_xpu_basic.py