Skip to content

Commit 47ce1dd

Browse files
authored
Update gemm64.cpp
1 parent f5fcc5b commit 47ce1dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp_thread_test/gemm64.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <iostream>
2-
#include <cblas.h>
2+
#include "common.h"
3+
#include "cblas.h"
34
int main ( int argc, char* argv[] ) {
45
const long n = ((long)1 << 31) - 1;
56
std::cout << n <<std::endl;

0 commit comments

Comments
 (0)