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

Method findTypeVSTORE

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

Source from the content-addressed store, hash-verified

121}
122
123const char *kprintf::findTypeVSTORE(char *type)
124{
125 size_t i;
126
127 for(i=0; i<sizeof(vstoreTypes)/sizeof(const char*); i++)
128 {
129 if (strcmp(type, vstoreTypes[i]) == 0)
130 return vstoreTypes[i];
131 }
132 return NULL;
133}
134
135void kprintf::generateVecSuffix(char *p, int n)
136{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected