This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
Replace types with include file.
tags/v0.3.29
Chip Kerchner
1 year ago
parent
a53a197934
commit
f8e113f27b
1 changed files
with
1 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-6
kernel/power/gemm_common.c
+ 1
- 6
kernel/power/gemm_common.c
View File
@@ -3,17 +3,12 @@
#include "common.h"
#include <altivec.h>
#include <inttypes.h>
#define NBMAX 4096
#define FORCEINLINE inline __attribute__((always_inline))
#ifdef __clang__
#define uint16_t unsigned short
#define uint32_t unsigned int
#define uint64_t unsigned long long
#endif
#ifdef _ARCH_PWR10
#ifdef __has_builtin
#if !__has_builtin(__builtin_vsx_assemble_pair)
Write
Preview
Loading…
Cancel
Save