Skip to content

Commit 5d6dfe6

Browse files
fix newly found typo due to upgraded typos pkg
1 parent 1626374 commit 5d6dfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/kernels.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3075,7 +3075,7 @@ template <int FORMAT> __global__ void kExtractOutliers(char *A, int *idx, char *
30753075
//// 4. do dequantization from register of B into second pair of registers
30763076
//// 5. store (4) into fragment
30773077
//// 6. matmul aggregate into fragment C
3078-
//// 7. aggreecate files of C into shared memory block C
3078+
//// 7. aggregate files of C into shared memory block C
30793079
//// 8. sum (7)
30803080
//// 9. write outputs to matmul output matrix
30813081
//}

0 commit comments

Comments
 (0)