| 33 | } |
| 34 | |
| 35 | inline void CurandCheck(curandStatus_t error, const char *file_name, int line) { |
| 36 | CHECK(error == CURAND_STATUS_SUCCESS) |
| 37 | << "CURAND error " << error << " at " << file_name << ":" << line; |
| 38 | } |
| 39 | |
| 40 | } // namespace graphvite |
nothing calls this directly
no outgoing calls
no test coverage detected