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