File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 7
7
#ifndef INFINITY
8
8
#define INFINITY 1.0/0.0
9
9
#endif
10
+ #define N 17
11
+ #define Ny 33
10
12
11
13
#ifdef BUILD_SINGLE
12
14
13
15
CTEST (sgemv , 0 _nan_inf )
14
16
{
15
17
int i ;
16
- blasint N = 17 ;
17
18
blasint incX = 1 ;
18
19
blasint incY = 1 ;
19
20
float alpha = 0.0 ;
@@ -39,8 +40,6 @@ CTEST(sgemv, 0_nan_inf)
39
40
CTEST (sgemv , 0 _nan_inf_incy_2 )
40
41
{
41
42
int i ;
42
- blasint N = 17 ;
43
- blasint Ny = 33 ;
44
43
blasint incX = 1 ;
45
44
blasint incY = 2 ;
46
45
float alpha = 0.0 ;
@@ -73,7 +72,6 @@ CTEST(sgemv, 0_nan_inf_incy_2)
73
72
CTEST (dgemv , 0 _nan_inf )
74
73
{
75
74
int i ;
76
- blasint N = 17 ;
77
75
blasint incX = 1 ;
78
76
blasint incY = 1 ;
79
77
double alpha = 0.0 ;
@@ -99,8 +97,6 @@ CTEST(dgemv, 0_nan_inf)
99
97
CTEST (dgemv , 0 _nan_inf_incy_2 )
100
98
{
101
99
int i ;
102
- blasint N = 17 ;
103
- blasint Ny = 33 ;
104
100
blasint incX = 1 ;
105
101
blasint incY = 2 ;
106
102
double alpha = 0.0 ;
You can’t perform that action at this time.
0 commit comments