We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4e807 commit e21d6daCopy full SHA for e21d6da
1 file changed
CBLAS/src/cblas_sgemm.c
@@ -91,7 +91,7 @@ void cblas_sgemm(const CBLAS_LAYOUT layout, const CBLAS_TRANSPOSE TransA,
91
else
92
{
93
cblas_xerbla(2, "cblas_sgemm",
94
- "Illegal TransA setting, %d\n", TransA);
+ "Illegal TransB setting, %d\n", TransB);
95
CBLAS_CallFromC = 0;
96
RowMajorStrg = 0;
97
return;
0 commit comments