Skip to content

Commit 4975ee9

Browse files
committed
Benchmark cleanup #56
1 parent 0562aba commit 4975ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/mpblas/dgemm.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ int main(int argc, char *argv[]) {
4040
double elapsedtime;
4141
char transa = 'n', transb = 'n';
4242
int STEPN = 7, STEPM = 7, STEPK = 7, LOOPS = 7, TOTALSTEPS = 428;
43-
int m = 1, n = 1, k = 1, int lda, ldb, ldc;
44-
int i, ka, kb, p;
43+
int m = 1, n = 1, k = 1;
44+
int i, ka, kb, p, lda, ldb, ldc;
4545

4646
using Clock = std::chrono::high_resolution_clock;
4747
using std::chrono::duration_cast;

0 commit comments

Comments
 (0)