🌐 AI搜索 & 代理 主页
Skip to content
Closed
Prev Previous commit
Next Next commit
fix ConcatKernel
  • Loading branch information
BoyuanFeng committed Oct 27, 2025
commit ab232246e3e905fa0f5e557cea24a4a41bc1602c
2 changes: 1 addition & 1 deletion torch/_inductor/ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -5529,7 +5529,7 @@ def can_realize_into_without_copy(
and not isinstance(src.data, ExternKernelAlloc)
)

@cache_on_self
@cache_on_self_and_args
def get_free_symbol_uses(
self, unbacked_only: bool = False
) -> OrderedSet[sympy.Symbol]:
Expand Down
Loading