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

Function encodeUplo

src/tests/common.cpp:790–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788}
789
790char
791encodeUplo(clblasUplo value)
792{
793 switch (value) {
794 case clblasUpper: return 'U';
795 case clblasLower: return 'L';
796 }
797 return '\0';
798}
799
800char
801encodeDiag(clblasDiag value)

Callers 15

blasSsymvFunction · 0.85
blasDsymvFunction · 0.85
blasStrmmFunction · 0.85
blasDtrmmFunction · 0.85
blasCtrmmFunction · 0.85
blasZtrmmFunction · 0.85
blasStrsmFunction · 0.85
blasDtrsmFunction · 0.85
blasCtrsmFunction · 0.85
blasZtrsmFunction · 0.85
blasSsyr2kFunction · 0.85
blasDsyr2kFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected