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

Method initClBinary

rocclr/device/devprogram.cpp:945–953  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

943
944// ================================================================================================
945bool Program::initClBinary() {
946 if (clBinary_ == nullptr) {
947 clBinary_ = new ClBinary(device());
948 if (clBinary_ == nullptr) {
949 return false;
950 }
951 }
952 return true;
953}
954
955// ================================================================================================
956void Program::releaseClBinary() {

Callers

nothing calls this directly

Calls 4

saveOrigBinaryMethod · 0.80
decryptElfMethod · 0.80
setFlagsMethod · 0.45
setBinaryMethod · 0.45

Tested by

no test coverage detected