================================================================================================
| 1395 | |
| 1396 | // ================================================================================================ |
| 1397 | bool Program::load() { |
| 1398 | coLoaded_ = setKernels(const_cast<void*>(binary().first), binary().second, BinaryFd().first, |
| 1399 | BinaryFd().second, BinaryURI()); |
| 1400 | return coLoaded_; |
| 1401 | } |
| 1402 | |
| 1403 | // ================================================================================================ |
| 1404 | std::vector<std::string> Program::ProcessOptions(amd::option::Options* options) { |
no outgoing calls
no test coverage detected