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

Function sideStr

src/tests/common.cpp:725–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723}
724
725const char*
726sideStr(clblasSide side)
727{
728 switch (side) {
729 case clblasLeft:
730 return "clblasLeft";
731 case clblasRight:
732 return "clblasRight";
733 default:
734 return NULL;
735 }
736}
737
738const char*
739uploStr(clblasUplo uplo)

Callers 1

printTestParamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected