Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
5d6dfe6f
Commit
5d6dfe6f
authored
Feb 23, 2024
by
Titus von Koeller
Browse files
fix newly found typo due to upgraded typos pkg
parent
1626374d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
csrc/kernels.cu
csrc/kernels.cu
+1
-1
No files found.
csrc/kernels.cu
View file @
5d6dfe6f
...
@@ -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. aggre
ec
ate files of C into shared memory block C
//// 7. aggre
g
ate 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
//}
//}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment