trunk/79fcc0094dc424d271eb602ef51de265e4307c76: [varlen] Pass cumulative sequence lengths directly to cuDNN (#194906)
- PyTorch 近 90 天出现 121 次
- PyTorch 近 90 天第 120 次发版
- 上一次:同一天稍早 · trunk/3fc24f694110f71e58500e2e93fd7d8dcd633e82: Default equality operators for member-wise-comparable structs (#194889)
发生了什么
Human Note Use new API and also update headdim support table Agent note This commit was authored with an AI assistant. cuDNN varlen forward currently converts cumulative sequence lengths into per-sequence lengths with diff and multiplies them by token strides to form ragged offsets. cuDNN 9.24 and Frontend 1.25 added direct cumulative-length inputs and per-tensor ragged-offset multipliers, so regular packed forward…
摘要按规则整理自下方来源原文