MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / cache_gws

Method cache_gws

src/core/CL/ICLKernel.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void ICLKernel::cache_gws(const cl::NDRange &gws)
220{
221 _cached_gws = gws;
222}
223} // namespace arm_compute

Callers 1

enqueueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected