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

Method get_module

src/runtime/cuda/cuda_code_object.cpp:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189CUmod_st* cuda_multipass_executable_object::get_module() const {
190 return _module;
191}
192
193result cuda_multipass_executable_object::build(const std::string& source) {
194 if (_module != nullptr)

Calls

no outgoing calls

Tested by

no test coverage detected