Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
std::string getError( cudaError_t code )
110
{
111
return fmt::format(
"NVIDIA GPU error: {}"
, cudaGetErrorString( code ) );
112
}
113
114
cudaError_t logError( cudaError_t code, const char * file, int line )
115
{
Callers
1
getDeviceInfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected