MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / get_module

Method get_module

src/runtime/hip/hip_code_object.cpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117hipModule_t hip_multipass_executable_object::get_module() const {
118 return _module;
119}
120
121int hip_multipass_executable_object::get_device() const {
122 return _device;

Calls

no outgoing calls

Tested by

no test coverage detected