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

Method build

src/runtime/hip/hip_code_object.cpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125result hip_multipass_executable_object::build(const std::string& hip_fat_binary) {
126 return build_hip_module(_module, _device, hip_fat_binary);
127}
128
129hip_sscp_executable_object::hip_sscp_executable_object(
130 const std::string &code_image, const std::string &target_arch,

Callers

nothing calls this directly

Calls 1

build_hip_moduleFunction · 0.85

Tested by

no test coverage detected