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 ac7c142 commit 3b58ac8Copy full SHA for 3b58ac8
examples/simple-mallocMC/source/main.cpp
@@ -61,8 +61,6 @@ auto makeExecutionDetails() {
61
{numThreads / numThreadsPerBlock}, {numThreadsPerBlock}, {1U}};
62
}
63
}();
64
- auto queue = alpaka::Queue<Acc, alpaka::Blocking>{dev};
65
- auto alloc = MyAllocator(dev, queue);
66
return kitgenbench::ExecutionDetails<Acc, decltype(dev)>{workdiv, dev};
67
68
0 commit comments