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
Report USE_TLS if set
tags/v0.3.21
Martin Kroeker
GitHub
3 years ago
parent
1ef97c470c
commit
bf4642eb7e
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
driver/others/openblas_get_config.c
+ 3
- 0
driver/others/openblas_get_config.c
View File
@@ -60,6 +60,9 @@ static char* openblas_config_str=""
#ifdef USE_OPENMP
#ifdef USE_OPENMP
"USE_OPENMP "
"USE_OPENMP "
#endif
#endif
#ifdef USE_TLS
"USE_TLS "
#endif
#ifndef DYNAMIC_ARCH
#ifndef DYNAMIC_ARCH
CHAR_CORENAME
CHAR_CORENAME
#endif
#endif
Write
Preview
Loading…
Cancel
Save