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

Method set_device

src/core/CL/CLCompileContext.cpp:346–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void CLCompileContext::set_device(cl::Device device)
347{
348 _is_wbsm_supported = get_wbsm_support_info(device);
349 _device = std::move(device);
350}
351
352cl::NDRange CLCompileContext::default_ndrange() const
353{

Callers

nothing calls this directly

Calls 1

get_wbsm_support_infoFunction · 0.85

Tested by

no test coverage detected