MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / CooperativeMatrixOperandsString

Function CooperativeMatrixOperandsString

SPIRV/doc.cpp:845–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843const int CooperativeMatrixOperandsCeiling = 6;
844
845const char* CooperativeMatrixOperandsString(int op)
846{
847 switch (op) {
848 case (int)CooperativeMatrixOperandsShift::MatrixASignedComponentsKHR: return "ASignedComponentsKHR";
849 case (int)CooperativeMatrixOperandsShift::MatrixBSignedComponentsKHR: return "BSignedComponentsKHR";
850 case (int)CooperativeMatrixOperandsShift::MatrixCSignedComponentsKHR: return "CSignedComponentsKHR";
851 case (int)CooperativeMatrixOperandsShift::MatrixResultSignedComponentsKHR: return "ResultSignedComponentsKHR";
852 case (int)CooperativeMatrixOperandsShift::SaturatingAccumulationKHR: return "SaturatingAccumulationKHR";
853
854 default: return "Bad";
855 }
856}
857
858const int TensorAddressingOperandsCeiling = 3;
859

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected