Skip to content

Commit e9d7db3

Browse files
authored
Merge pull request #27 from junjihashimoto/fix/typo
Fix typo of Puzzle 13
2 parents 9586723 + 39471a6 commit e9d7db3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/gpu_puzzles/run.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ void puzzle12(Context &ctx) {
432432
}
433433

434434

435-
=// Puzzle 13 : Axis Sum
435+
// Puzzle 13 : Axis Sum
436436
// Implement a kernel that computes a sum over each column of a and stores it in out.
437437

438438
const char *kPuzzle13 = R"(
@@ -536,4 +536,4 @@ int main(int argc, char **argv) {
536536
// puzzle13(ctx);
537537
// puzzle14(ctx);
538538
return 0;
539-
}
539+
}

0 commit comments

Comments
 (0)