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
Update utest/test_dnrm2.c
tags/v0.3.27
Evgeni Burovski
GitHub
1 year ago
parent
a6e16a065d
commit
07dddde1fe
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_dnrm2.c
+ 1
- 1
utest/test_dnrm2.c
View File
@@ -72,7 +72,7 @@ CTEST(dnrm2,dnrm2_neg_incx)
blasint n=5;
double res1, res2;
for (i=0;i<n;i++)x[i]=10.0
for (i=0;i<n;i++)x[i]=10.0
;
res1=BLASFUNC(dnrm2)(&n, x, &incx);
res2 = sqrt(500.0);
ASSERT_DBL_NEAR_TOL(res2, res1, DOUBLE_EPS);
Write
Preview
Loading…
Cancel
Save