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

Commit 4a95498

Browse files
author
Sven Verdoolaege
committed
test_cuda_mapper_memory_promotion.cc: fix typo in comment
1 parent 86f8a9a commit 4a95498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_cuda_mapper_memory_promotion.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ TEST_F(MapperMemoryPromotionRAW, fitAtOuterDepths) {
427427
<< "expected one reference group to be promoted";
428428

429429
// Note that due to bank conflict heuristic, we will allocate 32x33 arrays in
430-
// shraed memory which require 32x33x2x4=8448 bytes.
430+
// shared memory which require 32x33x2x4=8448 bytes.
431431
auto mscop3 = makeWithSharedGreedy(42, 40, 32, 32, 2, 8448);
432432
EXPECT_EQ(mscop3->scop().promotedDecls().size(), 2)
433433
<< "expected two reference groups to fit";

0 commit comments

Comments
 (0)