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

Function preferred_dummy_work_items_support

src/core/CL/CLHelpers.cpp:404–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404bool preferred_dummy_work_items_support(const cl::Device &device)
405{
406 ARM_COMPUTE_UNUSED(device);
407 // TODO (COMPMID-2044)
408 return true;
409}
410
411bool image2d_from_buffer_supported(const cl::Device &device)
412{

Callers 6

configureMethod · 0.85
configureMethod · 0.85
configureMethod · 0.85
configureMethod · 0.85
configureMethod · 0.85
configureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected