Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ get_gpu_target
Method
get_gpu_target
src/core/CL/CLCompileContext.cpp:417–420 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
return -1;
416
}
417
GPUTarget CLCompileContext::get_gpu_target() const
418
{
419
return _device.target();
420
}
421
} // namespace arm_compute
Callers
nothing calls this directly
Calls
1
target
Method · 0.45
Tested by
no test coverage detected