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

Function init

src/backend/opencl/platform.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

morphFunction · 0.50
morph3dFunction · 0.50
meanDimLauncherFunction · 0.50
meanFirstLauncherFunction · 0.50
getScanFirstKernelFunction · 0.50
getScanDimKernelFunction · 0.50
getScanFirstKernelFunction · 0.50
reduceBlocksByKeyDimFunction · 0.50
reduceBlocksByKeyFunction · 0.50
finalBoundaryReduceFunction · 0.50
finalBoundaryReduceDimFunction · 0.50
ireduceDimLauncherFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected