Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into multi_backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus-von-Koeller committed Feb 23, 2024
2 parents 84f1ab6 + 5d6dfe6 commit eb90e39
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 eb90e39

Please sign in to comment.