pytorch/torch/_inductor/codegen
Nikita Shulga fe22db9cc3 [MPSInductor] Fix min/max reductions over large dims (#149004)
Simple followup after sum/prod

Pull Request resolved: https://github.com/pytorch/pytorch/pull/149004
Approved by: https://github.com/jansel
ghstack dependencies: #148969, #148975
2025-03-12 04:39:19 +00:00
..
aoti_runtime Fix for AOTI + CUDAGraphs when calling from Python (#148601) 2025-03-08 02:44:14 +00:00
cuda Reland: [inductor] Simplify grid handling (#148305) 2025-03-11 18:51:06 +00:00
rocm Reland: [inductor] Simplify grid handling (#148305) 2025-03-11 18:51:06 +00:00
xpu Reland: [inductor] Simplify grid handling (#148305) 2025-03-11 18:51:06 +00:00
__init__.py
aoti_hipify_utils.py remove allow-untyped-defs from _inductor/codegen/aoti_hipify_utils.py (#143916) 2024-12-27 23:25:37 +00:00
block_analysis.py [inductor][triton] Block ptr analysis fix assert on matched index expression (#148446) 2025-03-10 05:26:55 +00:00
common.py Reland: [inductor] Simplify grid handling (#148305) 2025-03-11 18:51:06 +00:00
cpp_bmm_template.py [inductor][cpu] Move VNNI weight packing into AMX GEMM kernel for contiguous BMM weights (#146843) 2025-02-21 21:46:00 +00:00
cpp_flex_attention_template.py [Inductor][CPP] Avoid transpose with cpp micro-gemm for FlexAttention (#147069) 2025-03-03 15:22:11 +00:00
cpp_gemm_template.py [inductor][cpu] Fix error with FlexibleLayout weights in BMM (#148188) 2025-03-05 01:05:05 +00:00
cpp_grouped_gemm_template.py [BE][PYFMT] migrate PYFMT for torch._inductor to ruff format (#144550) 2025-02-28 13:33:19 +00:00
cpp_micro_gemm.py [Inductor][CPP] Avoid transpose with cpp micro-gemm for FlexAttention (#147069) 2025-03-03 15:22:11 +00:00
cpp_prefix.h [Inductor][CPP] fix store mode atomic add (#147961) 2025-02-26 14:04:34 +00:00
cpp_template_kernel.py Reland: [inductor] Simplify grid handling (#148305) 2025-03-11 18:51:06 +00:00
cpp_template.py [BE][PYFMT] migrate PYFMT for torch._inductor to ruff format (#144550) 2025-02-28 13:33:19 +00:00
cpp_utils.py [AOTI] build CPU CPP kernels at O3, and all other code at O1 (#148587) 2025-03-05 22:47:46 +00:00
cpp_wrapper_cpu_array_ref.py Reland: [inductor] Simplify grid handling (#148305) 2025-03-11 18:51:06 +00:00
cpp_wrapper_cpu.py Support basic TorchBind in aot_compile and aoti_compile_and_package (#148506) 2025-03-11 20:55:18 +00:00
cpp_wrapper_gpu.py Reland: [inductor] Simplify grid handling (#148305) 2025-03-11 18:51:06 +00:00
cpp.py Reland: [inductor] Simplify grid handling (#148305) 2025-03-11 18:51:06 +00:00
cpu_device_op_overrides.py [inductor] Add types to DeviceOpOverrides (#145913) 2025-02-01 16:33:49 +00:00
cuda_combined_scheduling.py Revert "Use the device interface for detecting Triton availability (#139171)" 2025-03-11 18:49:21 +00:00
debug_utils.py Reland: [inductor] Simplify grid handling (#148305) 2025-03-11 18:51:06 +00:00
halide.py Reland: [inductor] Simplify grid handling (#148305) 2025-03-11 18:51:06 +00:00
memory_planning.py [BE][PYFMT] migrate PYFMT for torch._inductor to ruff format (#144550) 2025-02-28 13:33:19 +00:00
mps_device_op_overrides.py [inductor] Add types to DeviceOpOverrides (#145913) 2025-02-01 16:33:49 +00:00
mps.py [MPSInductor] Fix min/max reductions over large dims (#149004) 2025-03-12 04:39:19 +00:00
multi_kernel.py Reland: [inductor] Simplify grid handling (#148305) 2025-03-11 18:51:06 +00:00
simd_kernel_features.py [BE][Ez]: Use itertools.chain.from_iterable when possible (#148190) 2025-03-06 20:37:06 +00:00
simd.py Reland: [inductor] Simplify grid handling (#148305) 2025-03-11 18:51:06 +00:00
triton_combo_kernel.py Reland: [inductor] Simplify grid handling (#148305) 2025-03-11 18:51:06 +00:00
triton_split_scan.py Reland: [inductor] Simplify grid handling (#148305) 2025-03-11 18:51:06 +00:00
triton_utils.py [BE][PYFMT] migrate PYFMT for torch._inductor to ruff format (#144550) 2025-02-28 13:33:19 +00:00
triton.py Reland: [inductor] Simplify grid handling (#148305) 2025-03-11 18:51:06 +00:00
wrapper.py Reland: [inductor] Simplify grid handling (#148305) 2025-03-11 18:51:06 +00:00