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
Fix build on FreeBSD/powerpc64*
tags/v0.3.28^2
Piotr Kubaj
GitHub
1 year ago
parent
e1eef56e05
commit
4c12090776
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
param.h
+ 1
- 1
param.h
View File
@@ -2553,7 +2553,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#endif
#if defined(POWER9) && defined(OS_LINUX)
#if defined(POWER9) &&
(
defined(OS_LINUX)
|| defined(OS_FREEBSD))
#define SNUMOPT 16
#define DNUMOPT 8
Write
Preview
Loading…
Cancel
Save