| 95 | return _compile_context.get_built_programs(); |
| 96 | } |
| 97 | void CLKernelLibrary::add_built_program(const std::string &built_program_name, const cl::Program &program) |
| 98 | { |
| 99 | _compile_context.add_built_program(built_program_name, program); |
| 100 | } |
| 101 | bool CLKernelLibrary::fp16_supported() const |
| 102 | { |
| 103 | return _compile_context.fp16_supported(); |
no outgoing calls
no test coverage detected