MCPcopy 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_internalMethod · 0.80
set_lws_hintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected