MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / getError

Function getError

source/MRCuda/MRCudaBasic.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109std::string getError( cudaError_t code )
110{
111 return fmt::format( "NVIDIA GPU error: {}", cudaGetErrorString( code ) );
112}
113
114cudaError_t logError( cudaError_t code, const char * file, int line )
115{

Callers 1

getDeviceInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected