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
Merge pull request
#18
from xianyi/develop
rebase
tags/v0.3.14^2
Martin Kroeker
GitHub
5 years ago
parent
efa72a631b
52f99d3944
commit
9e0dbe8e59
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
4 changed files
with
9 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
appveyor.yml
+8
-1
driver/others/dynamic_power.c
+1
-1
getarch_2nd.c
+0
-2
param.h
+ 0
- 1
appveyor.yml
View File
@@ -31,7 +31,6 @@ environment:
matrix:
- COMPILER: clang-cl
WITH_FORTRAN: ON
USE_OPENMP: ON
- COMPILER: clang-cl
DYNAMIC_ARCH: ON
WITH_FORTRAN: OFF
+ 8
- 1
driver/others/dynamic_power.c
View File
@@ -40,7 +40,14 @@ char *gotoblas_corename(void) {
return corename[0];
}
#ifdef C_PGI
#if defined(__clang__)
static int __builtin_cpu_supports(char* arg)
{
return 0;
}
#endif
#if defined(C_PGI) || defined(__clang__)
/*
* NV HPC compilers do not yet implement __builtin_cpu_is().
* Fake a version here for use in the CPU detection code below.
+ 1
- 1
getarch_2nd.c
View File
@@ -4,7 +4,7 @@
#else
#include "config_kernel.h"
#endif
#include "
param
.h"
#include "
common
.h"
int main(int argc, char **argv) {
+ 0
- 2
param.h
View File
@@ -72,8 +72,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef PARAM_H
#define PARAM_H
#include "common.h"
#define SBGEMM_DEFAULT_UNROLL_N 4
#define SBGEMM_DEFAULT_UNROLL_M 8
#define SBGEMM_DEFAULT_UNROLL_MN 32
Write
Preview
Loading…
Cancel
Save