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 AIX build
tags/v0.3.29
Ayappan Perumal
11 months ago
parent
8a0cd5fcef
commit
b6ec73e77c
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
kernel/power/gemm_common.c
+ 5
- 0
kernel/power/gemm_common.c
View File
@@ -28,7 +28,12 @@
#define USE_VECTOR_PAIRS
#endif
#ifdef _AIX
#include<stdbool.h>
typedef __vector unsigned short vec_bf16;
#else
typedef __vector IFLOAT vec_bf16;
#endif
typedef __vector FLOAT vec_f32;
typedef __vector unsigned char vec_uc8;
Write
Preview
Loading…
Cancel
Save