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

Commit f70aae9

Browse files
author
Sven Verdoolaege
committed
bandTile: fix typo in error message
1 parent b8eb8cc commit f70aae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/core/polyhedral/schedule_transforms.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ ScheduleTree* bandTile(
363363
return st;
364364
}
365365
auto& band = *eb;
366-
TC_CHECK(band.permutable_) << "Can't tile an non-permutable band" << band;
366+
TC_CHECK(band.permutable_) << "Can't tile a non-permutable band" << band;
367367

368368
auto ts = tileSizes;
369369
if (band.nMember() > ts.size()) {

0 commit comments

Comments
 (0)