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