pytorch/torch/_inductor
2025-07-04 04:18:50 +00:00
..
autoheuristic [BE][Ez]: Optimize unnecessary lambda with operator (#154722) 2025-05-30 23:47:10 +00:00
codegen [cutlass backend] modify presets ahead of cutlass 4 upgrade (#157522) 2025-07-03 17:13:24 +00:00
compile_worker Add a crash handler to async compile subprocesses (#155068) 2025-06-25 03:27:28 +00:00
fx_passes all_gather_bucketing fx pass (#157396) 2025-07-03 22:07:42 +00:00
kernel [inductor] Add typing to _inductor/ir.py (#149958) 2025-06-30 15:56:35 +00:00
package [aoti] package weights to disk and dedup (#155241) 2025-06-19 17:17:17 +00:00
runtime Fixed triton kernel in ET due to Triton version change. (#157484) 2025-07-03 06:16:23 +00:00
__autotune_main__.py Improve subproc autotuning implementation (#149700) 2025-03-28 01:06:39 +00:00
__init__.py [aoti] package weights to disk and dedup (#155241) 2025-06-19 17:17:17 +00:00
analyze_preserves_zero_mask.py Revert two recent prologue prs (#151013) 2025-04-10 23:48:41 +00:00
aoti_eager.py
async_compile.py [inductor] Update triton_key import to support latest Triton (#157242) 2025-06-30 17:51:43 +00:00
autotune_process.py [BE][3/16] fix typos in torch/ (torch/_inductor/) (#156313) 2025-06-23 02:57:12 +00:00
bounds.py
choices.py [inductor] more size_hint_or_throw usage (#157394) 2025-07-02 20:20:59 +00:00
codecache.py [BE][DCE] eliminate remnants of global gemm cache (#157327) 2025-07-02 19:52:35 +00:00
comm_analysis.py [cpp wrapper] add AOTI shim for collective ops (#154492) 2025-06-25 01:20:05 +00:00
comm_lowering.py [inductor] Add typing to _inductor/ir.py (#149958) 2025-06-30 15:56:35 +00:00
comms.py Fix unsafe collective reorder past wait (#157489) 2025-07-03 05:04:19 +00:00
compile_fx_async.py [async-compile] add progressive compile mode (#157305) 2025-07-04 04:18:50 +00:00
compile_fx_ext.py Migrate from lru_cache to cache (#155613) 2025-06-11 19:44:18 +00:00
compile_fx_subproc.py Rename inductor cache (#156128) 2025-06-17 03:57:18 +00:00
compile_fx.py [async-compile] add progressive compile mode (#157305) 2025-07-04 04:18:50 +00:00
compiler_bisector.py Migrate from lru_cache to cache (#155613) 2025-06-11 19:44:18 +00:00
config.py all_gather_bucketing fx pass (#157396) 2025-07-03 22:07:42 +00:00
constant_folding.py Add dont constant fold flag (#154945) 2025-06-10 14:52:26 +00:00
cpp_builder.py [Inductor] add pedantic to limit inductor code follow standard. (#156914) 2025-06-30 16:29:08 +00:00
cpu_vec_isa.py mypy 1.16.0 (#155821) 2025-06-14 18:18:43 +00:00
cudagraph_trees.py [CUDAGraph] add config cudagraph_capture_sizes (#156551) 2025-06-24 05:14:49 +00:00
cudagraph_utils.py [BE][3/16] fix typos in torch/ (torch/_inductor/) (#156313) 2025-06-23 02:57:12 +00:00
custom_graph_pass.py [BE][3/16] fix typos in torch/ (torch/_inductor/) (#156313) 2025-06-23 02:57:12 +00:00
debug.py [inductor][cutlass backend] Log prescreening elpase (#155508) 2025-06-12 16:48:52 +00:00
decomposition.py Revert "Fix full_like decomposition to preserve strides (#144765)" 2025-07-02 13:56:03 +00:00
dependencies.py [inductor] Add typing to _inductor/ir.py (#149958) 2025-06-30 15:56:35 +00:00
dtype_propagation.py Migrate from lru_cache to cache (#155613) 2025-06-11 19:44:18 +00:00
exc.py
extern_node_serializer.py [BE][AOTI] Remove duplicate schema for ExternKernelNode (#155867) 2025-06-14 02:03:27 +00:00
freezing_utils.py PEP585: More UP006 fixes (#146392) 2025-02-20 06:18:13 +00:00
freezing.py mypy 1.16.0 (#155821) 2025-06-14 18:18:43 +00:00
fuzzer.py [AOTI][reland] Add an option to specify custom op C shim (#153968) 2025-05-21 15:57:57 +00:00
fx_utils.py Revert "Inductor logging + analysis of torch.profile (#149697)" 2025-07-01 22:11:53 +00:00
graph.py [inductor][user triton] sanitize triple-quoted docstrings in kernel definitions (#157322) 2025-07-02 14:02:01 +00:00
hooks.py
index_propagation.py [BE][3/16] fix typos in torch/ (torch/_inductor/) (#156313) 2025-06-23 02:57:12 +00:00
inductor_prims.py [inductor] lowering for fractional_max_pool3d (#148630) 2025-05-22 16:06:29 +00:00
ir.py Revert "Fix is_unaligned usage of statically_known_true (#157400)" 2025-07-04 03:57:08 +00:00
jagged_lowerings.py [inductor] Add typing to _inductor/ir.py (#149958) 2025-06-30 15:56:35 +00:00
loop_body.py Migrate from lru_cache to cache (#155613) 2025-06-11 19:44:18 +00:00
lowering.py Revert "Fix full_like decomposition to preserve strides (#144765)" 2025-07-02 13:56:03 +00:00
memory.py [PT2][memory] correct wait tensor output size (#153569) 2025-06-04 17:49:25 +00:00
metrics.py Replace runtime type parameterization (#155221) 2025-06-05 21:43:54 +00:00
mkldnn_ir.py [inductor] Add typing to _inductor/ir.py (#149958) 2025-06-30 15:56:35 +00:00
mkldnn_lowerings.py [inductor] Add typing to _inductor/ir.py (#149958) 2025-06-30 15:56:35 +00:00
mock_cache.py
ops_handler.py [inductor] Add typing to _inductor/ir.py (#149958) 2025-06-30 15:56:35 +00:00
optimize_indexing.py
output_code.py [aoti] package weights to disk and dedup (#155241) 2025-06-19 17:17:17 +00:00
pattern_matcher.py [invoke_subgraph] make same subgraph share get_attr target (#156260) 2025-06-25 04:29:22 +00:00
quantized_lowerings.py [BE][1/X] Phase out usage of use_max_autotune() (#155847) 2025-06-14 03:16:20 +00:00
remote_cache.py [BE][3/16] fix typos in torch/ (torch/_inductor/) (#156313) 2025-06-23 02:57:12 +00:00
scheduler.py Revert "Inductor logging + analysis of torch.profile (#149697)" 2025-07-01 22:11:53 +00:00
script.ld
select_algorithm.py Revert "Inductor logging + analysis of torch.profile (#149697)" 2025-07-01 22:11:53 +00:00
sizevars.py [inductor] Add typing to _inductor/ir.py (#149958) 2025-06-30 15:56:35 +00:00
standalone_compile.py [BE][3/16] fix typos in torch/ (torch/_inductor/) (#156313) 2025-06-23 02:57:12 +00:00
subgraph_lowering.py
template_heuristics.py [Inductor] Allow exhaustive autotuning across all GEMM options (#156610) 2025-06-24 01:42:05 +00:00
test_case.py Rename inductor cache (#156128) 2025-06-17 03:57:18 +00:00
test_operators.py [CI] Fix GPUTests.test_scheduler_vertical_fusion1 (#151166) 2025-04-13 00:41:51 +00:00
tiling_utils.py [BE][3/16] fix typos in torch/ (torch/_inductor/) (#156313) 2025-06-23 02:57:12 +00:00
triton_bundler.py [BE][3/16] fix typos in torch/ (torch/_inductor/) (#156313) 2025-06-23 02:57:12 +00:00
utils.py [Inductor] Disable decompose_k for AMD (#157283) 2025-07-02 15:21:46 +00:00
virtualized.py [inductor] Add a helper for convert index_dtype to torch dtype (#149531) 2025-03-20 21:33:29 +00:00
wrapper_benchmark.py Revert "Inductor logging + analysis of torch.profile (#149697)" 2025-07-01 22:11:53 +00:00