MCPcopy Create free account
hub / github.com/ROCm/clr / load

Method load

rocclr/device/devprogram.cpp:1397–1401  ·  view source on GitHub ↗

================================================================================================

Source from the content-addressed store, hash-verified

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

Callers 7

createMethod · 0.45
createBlitProgramMethod · 0.45
updateFreeMemoryMethod · 0.45
isFenceDirtyMethod · 0.45
getLastUsedSdmaEngineMethod · 0.45
NumNormalQueuesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected