We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c977bb7 commit 135a22bCopy full SHA for 135a22b
torch/_inductor/config.py
@@ -74,7 +74,7 @@ def autotune_remote_cache_default() -> Optional[bool]:
74
75
# The default layout constraint for user-defined triton kernels.
76
# See "The default layout constraint for custom operators" for options.
77
-triton_kernel_default_layout_constraint = "needs_fixed_stride_order"
+triton_kernel_default_layout_constraint = "flexible_layout"
78
79
# use cpp wrapper instead of python wrapper
80
cpp_wrapper = os.environ.get("TORCHINDUCTOR_CPP_WRAPPER", "0") == "1"
0 commit comments