Skip to content

Commit

Permalink
fix clang format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoijade committed Jan 4, 2023
1 parent 207a964 commit ff22154
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ This file contains a customized version of PredicatedTileIterator from CUTLASS 2
Changes:
- added `Layout_` template param
- PredicatedTileIteratorParams() is customized to not stride by layout.stride(0).
- customized the store_with_byte_offset() to perform reduction per row and write final value to gmem.
- customized the store_with_byte_offset() to perform reduction per row and write final value to
gmem.
- customized the Params() struct to take user inputs from epilogueOp params.
*/
Expand Down

0 comments on commit ff22154

Please sign in to comment.