This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
openblas: fix `BUFFERSIZE` value
tags/v0.3.28^2
Pol Dellaiera
1 year ago
parent
1ba1b9c357
commit
1b52e3dcfa
No known key found for this signature in database
GPG Key ID:
D476DFE9C67467CA
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
common_x86_64.h
+ 1
- 1
common_x86_64.h
View File
@@ -253,7 +253,7 @@ static __inline unsigned int blas_quickdivide(unsigned int x, unsigned int y){
#ifndef BUFFERSIZE
#define BUFFER_SIZE (32 << 22)
#else
#define BUFFER_SIZE (32 << BUFFERSIZE)
#define BUFFER_SIZE (32
UL
<< BUFFERSIZE)
#endif
#define SEEK_ADDRESS
Write
Preview
Loading…
Cancel
Save