Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ set_target
Method
set_target
src/core/CL/ICLKernel.cpp:180–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
#endif /* DOXYGEN_SKIP_THIS */
179
180
void ICLKernel::set_target(cl::Device &device)
181
{
182
_target = get_target_from_device(device);
183
}
184
185
size_t ICLKernel::get_max_workgroup_size()
186
{
Callers
15
configure
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
configure_mm
Method · 0.45
configure_native
Method · 0.45
configure_reshaped
Method · 0.45
configure_reshaped_only_rhs
Method · 0.45
Calls
1
get_target_from_device
Function · 0.85
Tested by
no test coverage detected