Skip to content

Commit 77bbd9c

Browse files
Stepan VanecekStepan Vanecek
authored andcommitted
fix
1 parent e54586f commit 77bbd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mt4g.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ static suite<"mt4g"> _ = []
88
{
99
Topology topo;
1010
Chip gpu{&topo};
11-
expect(that % (0 == parseM4tgTopo(&gpu, SYS_SAGE_TEST_RESOURCE_DIR "/pascal_gpu_topo.csv")) >> fatal);
11+
expect(that % (0 == parseMt4gTopo(&gpu, SYS_SAGE_TEST_RESOURCE_DIR "/pascal_gpu_topo.csv")) >> fatal);
1212

1313
for (const auto &[type, count] : std::vector{
1414
std::tuple{SYS_SAGE_COMPONENT_MEMORY, 1},

0 commit comments

Comments
 (0)