This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
#4663
from ayappanec/develop
Fix openblas_utest_ext build in AIX
tags/v0.3.28^2
Martin Kroeker
GitHub
1 year ago
parent
ab5882ebf0
f4ee0a423b
commit
1031d161f6
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utest/test_extensions/utest_main2.c
+ 1
- 1
utest/test_extensions/utest_main2.c
View File
@@ -40,7 +40,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define CTEST_ADD_TESTS_MANUALLY
#include "cblas.h"
#include "openblas_utest.h"
#include "
utest/
openblas_utest.h"
#if 1
CTEST(amax, samax){
blasint N=3, inc=1;
Write
Preview
Loading…
Cancel
Save