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

Method Program

rocclr/device/rocm/rocprogram.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55Program::Program(roc::NullDevice& device, amd::Program& owner) : device::Program(device, owner) {
56 hsaExecutable_.handle = 0;
57 hsaCodeObjectReader_.handle = 0;
58 isHIP_ = (owner.language() == amd::Program::HIP);
59}
60
61bool Program::initClBinary(char* binaryIn, size_t size) {
62 // Save the original binary that isn't owned by ClBinary

Callers

nothing calls this directly

Calls 1

languageMethod · 0.80

Tested by

no test coverage detected