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

Method omp_backend

src/runtime/omp/omp_backend.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55omp_backend::omp_backend()
56 : _allocator{device_id{
57 backend_descriptor{omp_backend::get_hardware_platform(), omp_backend::get_api_platform()}, 0}},
58 _hw{},
59 _executor([this](){
60 return create_multi_queue_executor(this);
61 }) {}
62
63api_platform omp_backend::get_api_platform() const {
64 return api_platform::omp;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected