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

Method dtypeToString

src/library/tools/ktest/step-dump.cpp:95–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95std::string
96Step::dtypeToString(DataType dtype)
97{
98 switch (dtype) {
99 case TYPE_FLOAT: return "cl_float";
100 case TYPE_DOUBLE: return "cl_double";
101 case TYPE_COMPLEX_FLOAT: return "FloatComplex";
102 case TYPE_COMPLEX_DOUBLE: return "DoubleComplex";
103 default: return "";
104 }
105}
106
107std::string
108Step::multiplierToString(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected