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
triton: add identity codegen handler for Into::into on tensor types
T::I32Tensor and T::Tensor<i32> share the same MLIR type in LlvmTriton,
so Into::into is a no-op at the MLIR level. Pass the argument through
unchanged to preserve its static shape in the SSA.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments