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

Function orderStr

src/tests/common.cpp:712–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710}
711
712const char*
713orderStr(clblasOrder order)
714{
715 switch (order) {
716 case clblasColumnMajor:
717 return "clblasColumnMajor";
718 case clblasRowMajor:
719 return "clblasRowMajor";
720 default:
721 return NULL;
722 }
723}
724
725const char*
726sideStr(clblasSide side)

Callers 1

printTestParamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected