| .. |
|
analysis
|
[BE][2/16] fix typos in torch/ (torch/_*/) (#156312)
|
2025-07-12 05:47:06 +00:00 |
|
autoheuristic
|
|
|
|
codegen
|
[Inductor][CUTLASS] Copy cutlass_mock_imports directory (#159724)
|
2025-08-08 22:56:05 +00:00 |
|
compile_worker
|
Revert "[pytorch] Moving torch.compile worker process logs to a dedicated rank based log directory (#159874)"
|
2025-08-06 23:21:29 +00:00 |
|
fx_passes
|
[inductor] move all cpu scalars using pinned memory for graph partition (#155360) (#158983)
|
2025-08-07 17:07:26 +00:00 |
|
kernel
|
integrate kernacle into inductor (#160121)
|
2025-08-08 02:14:44 +00:00 |
|
package
|
Grab bag of (mostly) typing improvements (#158075)
|
2025-07-21 19:17:01 +00:00 |
|
runtime
|
[inductor][triton] support profile_scratch launcher arg (#159772)
|
2025-08-08 14:27:38 +00:00 |
|
__autotune_main__.py
|
|
|
|
__init__.py
|
Grab bag of (mostly) typing improvements (#158075)
|
2025-07-21 19:17:01 +00:00 |
|
analyze_preserves_zero_mask.py
|
|
|
|
aoti_eager.py
|
|
|
|
async_compile.py
|
Wire in pt2_triton_builds (#159897)
|
2025-08-06 07:39:51 +00:00 |
|
autotune_process.py
|
Remove unnecessary "# noqa: set_linter" comments (#159467)
|
2025-08-06 21:31:52 +00:00 |
|
await_utils.py
|
integrate kernacle into inductor (#160121)
|
2025-08-08 02:14:44 +00:00 |
|
bounds.py
|
|
|
|
choices.py
|
[inductor] consolidate common GEMM triton param retrieval (#159383)
|
2025-08-05 11:42:25 +00:00 |
|
codecache.py
|
[BE]: ruff PLC0207 - use maxsplit kwarg (#160107)
|
2025-08-08 03:14:59 +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
|
Extract some HOP utils to be importable (#159705)
|
2025-08-05 23:59:47 +00:00 |
|
compiler_bisector.py
|
|
|
|
config.py
|
integrate kernacle into inductor (#160121)
|
2025-08-08 02:14:44 +00:00 |
|
constant_folding.py
|
|
|
|
cpp_builder.py
|
[inductor] unification for inductor debug. (#159998)
|
2025-08-07 16:38:00 +00:00 |
|
cpu_vec_isa.py
|
Revert "Set PYTHONHOME for inductor subprocesses using torch (#159382)"
|
2025-08-06 05:30:20 +00:00 |
|
cudagraph_trees.py
|
Fix types in graphs.py (#158192)
|
2025-07-15 19:49:38 +00:00 |
|
cudagraph_utils.py
|
|
|
|
custom_graph_pass.py
|
|
|
|
debug.py
|
[inductor] Add TLParse artifact for logging runtime of collective and compute ops (#159730)
|
2025-08-05 22:06:32 +00:00 |
|
decomposition.py
|
Revert "[inductor] add lowering for repeat_interleave.Tensor with output size specified (#147160) (#158462)" (#159798)
|
2025-08-04 23:39:20 +00:00 |
|
dependencies.py
|
DDE-Free select with unbacked index. (#157605)
|
2025-07-24 20:08:05 +00:00 |
|
dtype_propagation.py
|
|
|
|
exc.py
|
|
|
|
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
|
[inductor] respect layout tags for ops with registered lowerings (#159134)
|
2025-07-31 21:29:40 +00:00 |
|
hooks.py
|
|
|
|
index_propagation.py
|
|
|
|
inductor_prims.py
|
|
|
|
ir.py
|
Revert "Fix get_free_symbol_uses for several nodes. (#160134)"
|
2025-08-10 02:37:40 +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
|
Revert "[inductor] add lowering for repeat_interleave.Tensor with output size specified (#147160) (#158462)" (#159798)
|
2025-08-04 23:39:20 +00:00 |
|
memory.py
|
Fix inductor memory estimation when a single buf has multiple mutations. Add runtime verification of mem tracking (#159569)
|
2025-08-05 19:58:11 +00:00 |
|
metrics.py
|
|
|
|
mkldnn_ir.py
|
[inductor] Add typing to _inductor/ir.py (#149958)
|
2025-06-30 15:56:35 +00:00 |
|
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
|
[inductor] Add typing to _inductor/ir.py (#149958)
|
2025-06-30 15:56:35 +00:00 |
|
optimize_indexing.py
|
|
|
|
output_code.py
|
Add user annotation for FX graph cache key (#159318)
|
2025-07-30 05:52:50 +00:00 |
|
pattern_matcher.py
|
[Dynamo][Better Engineering] Add typing annotations to guard and source (#158397) (#159491)
|
2025-07-30 22:57:50 +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
|
[BE]: ruff PLC0207 - use maxsplit kwarg (#160107)
|
2025-08-08 03:14:59 +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
|
[inductor] consolidate common GEMM triton param retrieval (#159383)
|
2025-08-05 11:42:25 +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
|
|
|
|
utils.py
|
Do not treat ReinterpretView as a realized node (#159920)
|
2025-08-08 20:13:35 +00:00 |
|
virtualized.py
|
|
|
|
wrapper_benchmark.py
|
[inductor] Make times and repeat parameters command line args (#158590)
|
2025-07-18 20:07:55 +00:00 |