pytorch/torch/_inductor
2025-08-19 00:54:51 +00:00
..
analysis [BE][2/16] fix typos in torch/ (torch/_*/) (#156312) 2025-07-12 05:47:06 +00:00
autoheuristic
codegen [dynamic shapes] unbacked-safe slicing (#157944) 2025-08-18 22:38:16 +00:00
compile_worker Set PYTHONHOME for inductor subprocesses using torch (#160008) 2025-08-14 19:57:14 +00:00
fx_passes [inductor] pack linear for FP32 dynamic mode (#157542) 2025-08-18 10:18:46 +00:00
kernel [Inductor] [Triton] Apply feedback to Enable padded stride support (#160614) 2025-08-15 02:06:14 +00:00
package Grab bag of (mostly) typing improvements (#158075) 2025-07-21 19:17:01 +00:00
runtime Recheck Autotune cache on Precompile serialization to prune compilation results (#158656) 2025-08-18 17:55:10 +00:00
__autotune_main__.py
__init__.py [aoti-fx] Initial AOTInductor FX (#160765) 2025-08-18 18:14:08 +00:00
analyze_preserves_zero_mask.py
aoti_eager.py
async_compile.py Recheck Autotune cache on Precompile serialization to prune compilation results (#158656) 2025-08-18 17:55:10 +00:00
autotune_process.py Add cutedsl template support to compile (#160108) 2025-08-18 04:37:15 +00:00
await_utils.py integrate kernacle into inductor (#160121) 2025-08-08 02:14:44 +00:00
bounds.py
choices.py [inductor] remove no_x_dim (#159810) 2025-08-12 17:10:31 +00:00
codecache.py Recheck Autotune cache on Precompile serialization to prune compilation results (#158656) 2025-08-18 17:55:10 +00:00
comm_analysis.py
comm_lowering.py [AOTI] Fix memory leak from all_reduce (#159818) 2025-08-06 18:11:14 +00:00
comms.py [inductor] Fix collectives_reordering overwrite real_dep with fake_dep with the same name (#158960) 2025-07-24 11:08:58 +00:00
compile_fx_async.py [pc] introduce ProgressiveCompilationState and clear callback (#157619) 2025-07-05 07:55:11 +00:00
compile_fx_ext.py
compile_fx_subproc.py
compile_fx.py [aoti-fx] Initial AOTInductor FX (#160765) 2025-08-18 18:14:08 +00:00
compiler_bisector.py
config.py [aoti-fx] Initial AOTInductor FX (#160765) 2025-08-18 18:14:08 +00:00
constant_folding.py
cpp_builder.py [inductor] Windows inductor use intel-openmp. (#160258) 2025-08-13 02:36:19 +00:00
cpu_vec_isa.py Set PYTHONHOME for inductor subprocesses using torch (#160008) 2025-08-14 19:57:14 +00:00
cudagraph_trees.py Fix types in graphs.py (#158192) 2025-07-15 19:49:38 +00:00
cudagraph_utils.py Type cudagraphs.py (#160363) 2025-08-15 02:09:31 +00:00
custom_graph_pass.py
debug.py Add signpost to provenance tracking error (#160755) 2025-08-18 19:17:47 +00:00
decomposition.py guard_or_false cat ops (#160250) 2025-08-16 00:54:31 +00:00
dependencies.py DDE-Free select with unbacked index. (#157605) 2025-07-24 20:08:05 +00:00
dtype_propagation.py
exc.py [BE] Save attributes for CppCompileError for pickleing (#160294) 2025-08-12 22:03:36 +00:00
extern_node_serializer.py
freezing_utils.py
freezing.py
fuzzer.py Automatically load and save dynamo entries via caching_precompile (#155913) 2025-07-07 23:57:17 +00:00
fx_utils.py Inductor logging + analysis of torch.profile (#149697) 2025-07-07 22:13:34 +00:00
graph.py [aoti-fx] Initial AOTInductor FX (#160765) 2025-08-18 18:14:08 +00:00
hooks.py
index_propagation.py [inductor] Fix propagating torch.utils._sympy.functions.Identity in IndexPropagation (#155504) 2025-08-15 18:38:23 +00:00
inductor_prims.py
ir.py [Fix XPU CI][Inductor UT] Fix test cases broken by community. (#160403) 2025-08-19 00:54:51 +00:00
jagged_lowerings.py Fix XPU CI UT test_circular_dependencies (#158189) 2025-07-13 09:30:57 +00:00
kernel_inputs.py [inductor] consolidate common GEMM triton param retrieval (#159383) 2025-08-05 11:42:25 +00:00
loop_body.py
lowering.py [dynamic shapes] unbacked-safe slicing (#157944) 2025-08-18 22:38:16 +00:00
memory.py raise exception in case of errors in memory reordering (#160455) 2025-08-15 17:31:55 +00:00
metrics.py
mkldnn_ir.py
mkldnn_lowerings.py [Inductor][Float8] Add float8_e4m3fn into assertion dtype list. (#157684) 2025-07-15 06:02:01 +00:00
mock_cache.py
ops_handler.py
optimize_indexing.py
output_code.py [aoti-fx] Initial AOTInductor FX (#160765) 2025-08-18 18:14:08 +00:00
pattern_matcher.py Separate provenance tracking to different levels (#160383) 2025-08-15 04:59:35 +00:00
quantized_lowerings.py
remote_cache.py pt2_remote_cache: Log sample for failures, and log the explicit reason we're faling. (#156874) 2025-07-18 20:28:27 +00:00
remote_gemm_autotune_cache.py integrate kernacle into inductor (#160121) 2025-08-08 02:14:44 +00:00
scheduler.py Revert "[inductor] dont reuse buffers if it affects peak (#145883) (#159530)" 2025-08-15 15:49:04 +00:00
script.ld
select_algorithm.py integrate kernacle into inductor (#160121) 2025-08-08 02:14:44 +00:00
sizevars.py multi-kernel matmuls based on varying hint sizes (#156628) 2025-07-12 15:08:21 +00:00
standalone_compile.py [inductor] fix CompiledArtifact.load path on Windows. (#160268) 2025-08-10 14:22:52 +00:00
subgraph_lowering.py Fix XPU CI UT test_circular_dependencies (#158189) 2025-07-13 09:30:57 +00:00
template_heuristics.py Flex Attention heuristics: a Blackwell config (#160192) 2025-08-14 03:47:02 +00:00
template_registry.py [inductor] consolidate common GEMM triton param retrieval (#159383) 2025-08-05 11:42:25 +00:00
test_case.py
test_operators.py [BE] remove torch deploy - conditionals (#158288) 2025-07-29 17:40:49 +00:00
tiling_utils.py
triton_bundler.py Recheck Autotune cache on Precompile serialization to prune compilation results (#158656) 2025-08-18 17:55:10 +00:00
utils.py [Inductor] [Triton] Apply feedback to Enable padded stride support (#160614) 2025-08-15 02:06:14 +00:00
virtualized.py [export] Fix custom ops in subgraphs (#160004) 2025-08-18 15:42:19 +00:00
wrapper_benchmark.py [inductor] Make times and repeat parameters command line args (#158590) 2025-07-18 20:07:55 +00:00