| 494 | } |
| 495 | |
| 496 | char CUDARTAPI __cudaInitModule(void** fatCubinHandle) |
| 497 | { |
| 498 | return 0; |
| 499 | } |
| 500 | |
| 501 | void CUDARTAPI __cudaRegisterFunction(void** fatCubinHandle, |
| 502 | const char* hostFun, |
nothing calls this directly
no outgoing calls
no test coverage detected