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

Method CLCompileContext

src/core/CL/CLCompileContext.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151{
152}
153CLCompileContext::CLCompileContext()
154 : _context(), _device(), _programs_map(), _built_programs_map(), _is_wbsm_supported()
155{
156}
157
158CLCompileContext::CLCompileContext(cl::Context context, const cl::Device &device)
159 : _context(), _device(), _programs_map(), _built_programs_map(), _is_wbsm_supported()

Callers

nothing calls this directly

Calls 2

CLDeviceClass · 0.85
get_wbsm_support_infoFunction · 0.85

Tested by

no test coverage detected