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

Method Name

Bench/src/main.cpp:112–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 bool Success;
111
112 const char * Name()
113 {
114 switch (ID)
115 {
116 case CL:
117 return "CL";
118 case IPP:
119 return "IPP";
120 case NPP:
121 return "NPP";
122 case CV:
123 return "CV";
124 default:
125 return "";
126 }
127
128 }
129
130};
131//-------------------------------------------------------------------------------------------------

Callers 1

runbenchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected