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

Function uploStr

src/tests/common.cpp:738–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738const char*
739uploStr(clblasUplo uplo)
740{
741 switch (uplo) {
742 case clblasUpper:
743 return "clblasUpper";
744 case clblasLower:
745 return "clblasLower";
746 default:
747 return NULL;
748 }
749}
750
751const char*
752transStr(clblasTranspose trans)

Callers 1

printTestParamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected