pytorch/torch/_inductor/codegen
Benjamin Glass d62b3979da cpp_wrapper: Move #includes to per-device header files (#143909)
This prepares us for the next PR in the stack, where we introduce pre-compiled per-device header files to save compilation time.

Differential Revision: [D67938955](https://our.internmc.facebook.com/intern/diff/D67938955)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/143909
Approved by: https://github.com/desertfire
2025-01-15 21:14:02 +00:00
..
aoti_runtime cpp_wrapper: Move #includes to per-device header files (#143909) 2025-01-15 21:14:02 +00:00
cuda cpp_wrapper: Move #includes to per-device header files (#143909) 2025-01-15 21:14:02 +00:00
rocm [ROCm][Inductor][CK] hackfix for segfault in addmm op (#144519) 2025-01-10 19:29:14 +00:00
xpu cpp_wrapper: Move #includes to per-device header files (#143909) 2025-01-15 21:14:02 +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 Migrate from Tuple -> tuple in torch/_inductor (#144264) 2025-01-07 03:27:27 +00:00
common.py cpp_wrapper: Move #includes to per-device header files (#143909) 2025-01-15 21:14:02 +00:00
cpp_bmm_template.py [inductor][cpu] Fix bmm b_index for dynamic expressions in inductor autotuner (#143141) 2025-01-05 18:02:37 +00:00
cpp_flex_attention_template.py Remove is_reduced_floating_point from namespace std (#144502) 2025-01-10 03:24:10 +00:00
cpp_gemm_template.py [Inductor][CPP] Enable Grouped GEMM Template (#143796) 2025-01-14 05:59:07 +00:00
cpp_grouped_gemm_template.py [Inductor][CPP] Enable Epilogue Fusion for Grouped GEMM Template (#143897) 2025-01-14 06:07:50 +00:00
cpp_micro_gemm.py [Fix]: Enable support for Arm Neon & SVE support for FP32 Gemm Wrapper (#144327) 2025-01-14 17:52:00 +00:00
cpp_prefix.h Remove is_reduced_floating_point from namespace std (#144502) 2025-01-10 03:24:10 +00:00
cpp_template_kernel.py [Inductor][CPP] Enable Epilogue Fusion for Grouped GEMM Template (#143897) 2025-01-14 06:07:50 +00:00
cpp_template.py [Inductor][CPP] Enable Grouped GEMM Template (#143796) 2025-01-14 05:59:07 +00:00
cpp_utils.py Migrate from Tuple -> tuple in torch/_inductor (#144264) 2025-01-07 03:27:27 +00:00
cpp_wrapper_cpu_array_ref.py cpp_wrapper: Move #includes to per-device header files (#143909) 2025-01-15 21:14:02 +00:00
cpp_wrapper_cpu.py cpp_wrapper: Move #includes to per-device header files (#143909) 2025-01-15 21:14:02 +00:00
cpp_wrapper_gpu.py cpp_wrapper: Move #includes to per-device header files (#143909) 2025-01-15 21:14:02 +00:00
cpp.py [Inductor][CPP] Enable Epilogue Fusion for Grouped GEMM Template (#143897) 2025-01-14 06:07:50 +00:00
cpu_device_op_overrides.py remove allow-untyped-defs from _inductor/codegen/cpu_device_op_overrides.py (#143881) 2024-12-27 04:10:47 +00:00
cuda_combined_scheduling.py Prologue Fusion (#134532) 2024-12-13 04:18:25 +00:00
debug_utils.py cpp_wrapper: Move #includes to per-device header files (#143909) 2025-01-15 21:14:02 +00:00
halide.py Migrate from Tuple -> tuple in torch/_inductor (#144264) 2025-01-07 03:27:27 +00:00
memory_planning.py [inductor] Replace set by OrderedSet (#138466) 2024-12-13 16:08:45 +00:00
mps_device_op_overrides.py [Inductor] Add MPS device op overrides (#143892) 2024-12-28 02:11:45 +00:00
mps.py [MPSInductor] Implement pow() (#144827) 2025-01-15 20:11:34 +00:00
multi_kernel.py Revert "Use absolute path path.resolve() -> path.absolute() (#129409)" 2025-01-04 14:17:20 +00:00
simd_kernel_features.py Skip L1 cache for single-use buffers (#143115) 2025-01-07 19:35:40 +00:00
simd.py [Inductor] Restrict ND tiling analysis to MemoryDeps (#144497) 2025-01-11 05:16:47 +00:00
triton_combo_kernel.py Migrate from Tuple -> tuple in torch/_inductor (#144264) 2025-01-07 03:27:27 +00:00
triton_split_scan.py [inductor] Replace set by OrderedSet (#138466) 2024-12-13 16:08:45 +00:00
triton_utils.py [inductor] Move V.graph.scheduler.current_device to V.graph.current_device (#138252) 2024-10-18 23:05:54 +00:00
triton.py Skip L1 cache for single-use buffers (#143115) 2025-01-07 19:35:40 +00:00
wrapper.py cpp_wrapper: Move #includes to per-device header files (#143909) 2025-01-15 21:14:02 +00:00