trunk/d4258aa05fc98e7852a6c78350d44e3fa7bdb2ab: Extend inline asm hop for multiple-return (#193434)
- PyTorch 近 90 天出现 119 次
- PyTorch 近 90 天第 118 次发版
- 上一次:同一天稍早 · trunk/9f3a72a53845f3abdda815ba2815b9446beac828: Skip bolt optimization for libtorch.so (#194941)
发生了什么
Human-authored context: Extend inline asm hop for multiple-return. AI-generated summary from Codex, reviewed by the author: Allow inline_asm_elementwise to accept a tuple of output dtypes and return multiple tensors from one assembly invocation. Inductor represents each result independently while Triton codegen shares the underlying invocation through kernel CSE. Mixed output dtypes and pack > 1 are supported, while…
摘要按规则整理自下方来源原文