MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / findTypeVLOAD

Method findTypeVLOAD

src/library/blas/gens/kprintf.cpp:111–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111const char *kprintf::findTypeVLOAD(char *type)
112{
113 size_t i;
114
115 for(i=0; i<sizeof(vloadTypes)/sizeof(const char*); i++)
116 {
117 if (strcmp(type, vloadTypes[i]) == 0)
118 return vloadTypes[i];
119 }
120 return NULL;
121}
122
123const char *kprintf::findTypeVSTORE(char *type)
124{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected