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

Function cuModuleGetFunction

stub/cuda.c:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117CUresult
118cuModuleGetFunction(CUfunction* hfunc, CUmodule hmod, const char* name)
119{
120 // TODO
121 static unsigned char zeros[256] = { 0 };
122 *hfunc = (CUfunction)zeros;
123 return CUDA_SUCCESS;
124}
125
126CUresult
127cuLaunchKernel(CUfunction f,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected