Commit 2959585
committed
Refactors code formatting and removes column stride parameters
Improves code readability by reformatting multi-line function calls with proper indentation and line breaks.
Removes mask_col_stride and bias_col_stride parameters from tensor stride calculations, replacing them with unit stride (_1{}) to simplify memory layout handling.
Updates mask and bias offset calculations to use more consistent parameter handling across different execution paths.1 parent 0f60141 commit 2959585
1 file changed
+182
-133
lines changed
0 commit comments