This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Update gemm64.cpp
tags/v0.3.11^2
Martin Kroeker
GitHub
5 years ago
parent
f5fcc5baec
commit
47ce1dd08f
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
cpp_thread_test/gemm64.cpp
+ 2
- 1
cpp_thread_test/gemm64.cpp
View File
@@ -1,5 +1,6 @@
#include <iostream>
#include <cblas.h>
#include "common.h"
#include "cblas.h"
int main ( int argc, char* argv[] ) {
const long n = ((long)1 << 31) - 1;
std::cout << n <<std::endl;
Write
Preview
Loading…
Cancel
Save