MCPcopy Create free account
hub / github.com/QDelta/Phantora / cuModuleLoadData

Function cuModuleLoadData

stub/cuda.c:108–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108CUresult
109cuModuleLoadData(CUmodule* module, const void* image)
110{
111 // TODO
112 static unsigned char zeros[256] = { 0 };
113 *module = (CUmodule)zeros;
114 return CUDA_SUCCESS;
115}
116
117CUresult
118cuModuleGetFunction(CUfunction* hfunc, CUmodule hmod, const char* name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected