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
Fix typo in dynamic_zarch.c
tags/v0.3.9
Susi Lehtola
GitHub
6 years ago
parent
3bec250cf9
commit
dff173e50e
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
driver/others/dynamic_zarch.c
+ 1
- 1
driver/others/dynamic_zarch.c
View File
@@ -31,7 +31,7 @@ char* gotoblas_corename(void) {
}
}
// __builtin_cpu_is is not supported by zarch
// __builtin_cpu_is is not supported by zarch
static gotola
b
s_t* get_coretype(void) {
static goto
b
las_t* get_coretype(void) {
FILE* infile;
FILE* infile;
char buffer[512], * p;
char buffer[512], * p;
Write
Preview
Loading…
Cancel
Save