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

Method is_wbsm_supported

src/core/CL/CLKernelLibrary.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 return _compile_context.int64_base_atomics_supported();
108}
109bool CLKernelLibrary::is_wbsm_supported()
110{
111 return _compile_context.is_wbsm_supported();
112}
113std::pair<std::string, bool> CLKernelLibrary::get_program(const std::string &program_name) const
114{
115 auto program_info = opencl::ClKernelLibrary::get().program(program_name);

Callers 2

enqueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected