| 123 | } |
| 124 | |
| 125 | result hip_multipass_executable_object::build(const std::string& hip_fat_binary) { |
| 126 | return build_hip_module(_module, _device, hip_fat_binary); |
| 127 | } |
| 128 | |
| 129 | hip_sscp_executable_object::hip_sscp_executable_object( |
| 130 | const std::string &code_image, const std::string &target_arch, |
nothing calls this directly
no test coverage detected