MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / pcudaGetErrorString

Function pcudaGetErrorString

src/runtime/pcuda/pcuda_runtime_api.cpp:504–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504ACPP_PCUDA_API const char *pcudaGetErrorString(pcudaError_t error) {
505 // TODO: Return actual description
506 return pcudaGetErrorName(error);
507}
508
509///////////// Memory management ///////////////////////
510

Callers

nothing calls this directly

Calls 1

pcudaGetErrorNameFunction · 0.85

Tested by

no test coverage detected