Skip to content

Commit

Permalink
fix newly found typo due to upgraded typos pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus-von-Koeller committed Feb 23, 2024
1 parent 1626374 commit 5d6dfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/kernels.cu
Original file line number Diff line number Diff line change
Expand Up @@ -3075,7 +3075,7 @@ template <int FORMAT> __global__ void kExtractOutliers(char *A, int *idx, char *
//// 4. do dequantization from register of B into second pair of registers
//// 5. store (4) into fragment
//// 6. matmul aggregate into fragment C
//// 7. aggreecate files of C into shared memory block C
//// 7. aggregate files of C into shared memory block C
//// 8. sum (7)
//// 9. write outputs to matmul output matrix
//}
Expand Down

0 comments on commit 5d6dfe6

Please sign in to comment.