We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54586f commit 77bbd9cCopy full SHA for 77bbd9c
test/mt4g.cpp
@@ -8,7 +8,7 @@ static suite<"mt4g"> _ = []
8
{
9
Topology topo;
10
Chip gpu{&topo};
11
- expect(that % (0 == parseM4tgTopo(&gpu, SYS_SAGE_TEST_RESOURCE_DIR "/pascal_gpu_topo.csv")) >> fatal);
+ expect(that % (0 == parseMt4gTopo(&gpu, SYS_SAGE_TEST_RESOURCE_DIR "/pascal_gpu_topo.csv")) >> fatal);
12
13
for (const auto &[type, count] : std::vector{
14
std::tuple{SYS_SAGE_COMPONENT_MEMORY, 1},
0 commit comments