fix:comment typo in example 23 (#633)

This commit is contained in:
Wenzhuo Liu 2022-09-19 21:54:14 +08:00 committed by GitHub
parent faab7536fc
commit f73374a1eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -561,7 +561,7 @@ Result profile(Options const &options) {
tensor_reduction.sync_host();
// Compute bias + relu in host code
// ReduceK in host code
if (ReduceKForA) {
for (int m = 0; m < options.problem_size.m(); ++m) {
for (int k = 0; k < options.problem_size.k(); ++k) {