MCPcopy Create free account
hub / github.com/RenderKit/oidn / __cudaInitModule

Function __cudaInitModule

devices/cuda/curtn.cpp:496–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494 }
495
496 char CUDARTAPI __cudaInitModule(void** fatCubinHandle)
497 {
498 return 0;
499 }
500
501 void CUDARTAPI __cudaRegisterFunction(void** fatCubinHandle,
502 const char* hostFun,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected