Skip to content

Commit 9f94682

Browse files
authored
Update gemm_batch_strided.c
1 parent 65daae1 commit 9f94682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interface/gemm_batch_strided.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ void NAME(char *transa, char *transb,
139139
blasint ldc=*Ldc;
140140
#else
141141

142-
void CNAME(enum CBLAS_ORDER order, enum CBLAS_TRANSPOSE * transa, enum CBLAS_TRANSPOSE * transb,
142+
void CNAME(enum CBLAS_ORDER order, enum CBLAS_TRANSPOSE transa, enum CBLAS_TRANSPOSE transb,
143143
blasint m, blasint n, blasint k,
144144
#ifndef COMPLEX
145145
FLOAT * alpha,

0 commit comments

Comments
 (0)