MCPcopy Create free account
hub / github.com/bytedance/ABQ-LLM / cuModuleLoadData

Method cuModuleLoadData

fastertransformer/3rdparty/common/cudaDriverWrapper.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96CUresult CUDADriverWrapper::cuModuleLoadData(CUmodule* module, const void* image) const
97{
98 return (*_cuModuleLoadData)(module, image);
99}
100
101CUresult CUDADriverWrapper::cuLinkCreate(
102 unsigned int numOptions, CUjit_option* options, void** optionValues, CUlinkState* stateOut) const

Callers 4

load_Method · 0.45
load_operationMethod · 0.45
add_moduleMethod · 0.45
loadCubinKernelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected