Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
hipModule_t hip_multipass_executable_object::get_module() const {
118
return _module;
119
}
120
121
int hip_multipass_executable_object::get_device() const {
122
return _device;
Callers
2
submit_multipass_kernel_from_code_object
Method · 0.45
submit_sscp_kernel_from_code_object
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected