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

Function create_multi_queue_executor

src/runtime/omp/omp_backend.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46std::unique_ptr<multi_queue_executor>
47create_multi_queue_executor(omp_backend *b) {
48 return std::make_unique<multi_queue_executor>(*b, [b](device_id dev) {
49 return make_omp_queue(b, dev);
50 });
51}
52
53}
54

Callers 1

omp_backendMethod · 0.70

Calls 1

make_omp_queueFunction · 0.85

Tested by

no test coverage detected