MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / init

Function init

src/backend/oneapi/platform.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void init() {
228 thread_local const DeviceManager& devMngr = DeviceManager::getInstance();
229 UNUSED(devMngr);
230}
231
232unsigned getActiveDeviceId() {
233 // Second element is the queue id, which is

Callers 14

MinMaxOpMethod · 0.70
MinMaxOpMethod · 0.70
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected