You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-enables variable-length attention forward/backward and registers both with the extension.
Simplifies the varlen API by removing mask/bias; uses empty placeholders and flags, and drops dbias from outputs.
Enables paged KV cache for varlen forward, validates left padding, preserves zero_tensors/deterministic handling, and applies minor formatting cleanups.
0 commit comments