This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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 improper function prototypes (empty parentheses)
tags/v0.3.25^2
Martin Kroeker
GitHub
2 years ago
parent
675cd551da
commit
cd8ac192a9
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lapack-netlib/LAPACKE/src/lapacke_nancheck.c
+ 1
- 1
lapack-netlib/LAPACKE/src/lapacke_nancheck.c
View File
@@ -39,7 +39,7 @@ void LAPACKE_set_nancheck( int flag )
nancheck_flag = ( flag ) ? 1 : 0;
}
int LAPACKE_get_nancheck( )
int LAPACKE_get_nancheck(
void
)
{
char* env;
if ( nancheck_flag != -1 ) {
Write
Preview
Loading…
Cancel
Save