Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit c53955c

Browse files
author
Sven Verdoolaege
committed
test_tc_mapper_bugs.cc: fix typos in comment
1 parent de3eea1 commit c53955c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cuda/test_tc_mapper_bugs.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,8 +693,8 @@ def layernorm(float(T, B, C) I) -> (O, mean, centered, var) {
693693

694694
// This case was observed when running the autotuner on example_MLP_model
695695
// (#200). It calls code generation on a schedule tree containing a
696-
// disjunctive filter, which results in expression with more than one disjunct
697-
// that was not handed properly.
696+
// disjunctive filter, which results in an expression with more than
697+
// one disjunct that was not handled properly.
698698
// TODO: the disjunctive filter in the schedule is unexpected and its origin
699699
// should be identified and explained.
700700
TEST(TMM_128_1024_1000, DisjunctiveFilter) {

0 commit comments

Comments
 (0)