Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ set_lws
Method
set_lws
arm_compute/runtime/CL/CLTuningParams.h:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void set_lws(cl::NDRange lws)
67
{
68
_lws = lws;
69
}
70
71
cl::NDRange get_lws() const
72
{
Callers
3
configure_internal
Method · 0.80
set_lws_hint
Method · 0.80
find_optimal_tuning_params
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected