MCPcopy Create free account
hub / github.com/CRVI/OpenCLIPP / ocipGetErrorName

Function ocipGetErrorName

OpenCLIPP/OpenCLIPP.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140ocip_API const char * ocipGetErrorName(ocipError Error)
141{
142 return COpenCL::ErrorName(Error);
143}
144
145ocipError ocip_API ocipGetDeviceName(char * Name, uint BufferLength)
146{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected