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

Method getDeviceProgram

rocclr/platform/program.cpp:164–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164device::Program* Program::getDeviceProgram(const Device& device) const {
165 const auto it = devicePrograms_.find(&device);
166 if (it == devicePrograms_.cend()) {
167 return NULL;
168 }
169 return it->second;
170}
171
172static bool adjustOptionsOnIgnoreEnv(std::string& cppstr) {
173 // if there is a -ignore-env, adjust options.

Callers 7

cl_program.cppFile · 0.80
BuildItMethod · 0.80
ihipCreateGlobalVarObjFunction · 0.80
populateDynGlobalVarsMethod · 0.80
DeviceVarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected