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

Function command_buffer_supported

src/core/CL/CLHelpers.cpp:556–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556bool command_buffer_supported(const cl::Device &device)
557{
558 return device_supports_extension(device, "cl_khr_command_buffer");
559}
560
561bool command_buffer_mutable_dispatch_supported(const cl::Device &device)
562{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected