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
Add version information to openblas_get_config output
tags/v0.3.4
Martin Kroeker
GitHub
7 years ago
parent
b6363f4539
commit
816775e309
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
driver/others/openblas_get_config.c
+ 3
- 1
driver/others/openblas_get_config.c
View File
@@ -42,8 +42,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#endif
static char* openblas_config_str=""
"VERSION "
VERSION
#ifdef USE64BITINT
"USE64BITINT "
"
USE64BITINT "
#endif
#ifdef NO_CBLAS
"NO_CBLAS "
Write
Preview
Loading…
Cancel
Save