MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / create_multi_queue_executor

Function create_multi_queue_executor

src/runtime/cuda/cuda_backend.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35namespace {
36
37std::unique_ptr<multi_queue_executor>
38create_multi_queue_executor(cuda_backend *b) {
39 return std::make_unique<multi_queue_executor>(
40 *b, [b](device_id dev) { return std::make_unique<cuda_queue>(b, dev); });
41}
42
43}
44

Callers 1

cuda_backendMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected