Commit 5d6dfe6f authored by Titus von Koeller's avatar Titus von Koeller
Browse files

fix newly found typo due to upgraded typos pkg

parent 1626374d
...@@ -3075,7 +3075,7 @@ template <int FORMAT> __global__ void kExtractOutliers(char *A, int *idx, char * ...@@ -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 //// 4. do dequantization from register of B into second pair of registers
//// 5. store (4) into fragment //// 5. store (4) into fragment
//// 6. matmul aggregate into fragment C //// 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) //// 8. sum (7)
//// 9. write outputs to matmul output matrix //// 9. write outputs to matmul output matrix
//} //}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment