Browse Source

Update gemm64.cpp

tags/v0.3.11^2
Martin Kroeker GitHub 5 years ago
parent
commit
47ce1dd08f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      cpp_thread_test/gemm64.cpp

+ 2
- 1
cpp_thread_test/gemm64.cpp View File

@@ -1,5 +1,6 @@
#include <iostream> #include <iostream>
#include <cblas.h>
#include "common.h"
#include "cblas.h"
int main ( int argc, char* argv[] ) { int main ( int argc, char* argv[] ) {
const long n = ((long)1 << 31) - 1; const long n = ((long)1 << 31) - 1;
std::cout << n <<std::endl; std::cout << n <<std::endl;


Loading…
Cancel
Save