fix:comment typo in example 23 (#633)
This commit is contained in:
parent
faab7536fc
commit
f73374a1eb
@ -561,7 +561,7 @@ Result profile(Options const &options) {
|
|||||||
|
|
||||||
tensor_reduction.sync_host();
|
tensor_reduction.sync_host();
|
||||||
|
|
||||||
// Compute bias + relu in host code
|
// ReduceK in host code
|
||||||
if (ReduceKForA) {
|
if (ReduceKForA) {
|
||||||
for (int m = 0; m < options.problem_size.m(); ++m) {
|
for (int m = 0; m < options.problem_size.m(); ++m) {
|
||||||
for (int k = 0; k < options.problem_size.k(); ++k) {
|
for (int k = 0; k < options.problem_size.k(); ++k) {
|
||||||
|
Loading…
Reference in New Issue
Block a user