"vscode:/vscode.git/clone" did not exist on "1fda1753774ad0198ae5fa46fd6031f20c86495a"
  • Lei Wang's avatar
    [Refactor] Update accumulation handling in gemm_sm90.h (#603) · 9232e7b8
    Lei Wang authored
    - Replaced the use of `tiled_mma.accumulate_ = GMMA::ScaleOut::Zero` with a call to `clear(acc)` for better clarity and maintainability in the accumulation logic.
    - This change enhances the readability of the code by standardizing the approach to clearing accumulation values across multiple sections of the file.
    9232e7b8
gemm_sm90.h 24.6 KB