Lines Matching full:kernel
12 !$cuf kernel do <<<*,*>>> reduce (+:mr,ar)
14 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type LOGICAL(4)
15 !$cuf kernel do <<<*,*>>> reduce (+:lr)
17 !$cuf kernel do <<<*,*>>> reduce (*:mr,ar)
19 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type LOGICAL(4)
20 !$cuf kernel do <<<*,*>>> reduce (*:lr)
22 !$cuf kernel do <<<*,*>>> reduce (max:mr,ar)
24 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type LOGICAL(4)
25 !$cuf kernel do <<<*,*>>> reduce (max:lr)
27 !$cuf kernel do <<<*,*>>> reduce (min:mr,ar)
29 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type LOGICAL(4)
30 !$cuf kernel do <<<*,*>>> reduce (min:lr)
32 !$cuf kernel do <<<*,*>>> reduce (iand:mr)
34 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type REAL(4)
35 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type LOGICAL(4)
36 !$cuf kernel do <<<*,*>>> reduce (iand:ar,lr)
38 !$cuf kernel do <<<*,*>>> reduce (ieor:mr)
40 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type REAL(4)
41 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type LOGICAL(4)
42 !$cuf kernel do <<<*,*>>> reduce (ieor:ar,lr)
44 !$cuf kernel do <<<*,*>>> reduce (ior:mr)
46 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type REAL(4)
47 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type LOGICAL(4)
48 !$cuf kernel do <<<*,*>>> reduce (ior:ar,lr)
50 !$cuf kernel do <<<*,*>>> reduce (.and.:lr)
52 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type INTEGER(4)
53 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type REAL(4)
54 !$cuf kernel do <<<*,*>>> reduce (.and.:mr,ar)
56 !$cuf kernel do <<<*,*>>> reduce (.eqv.:lr)
58 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type INTEGER(4)
59 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type REAL(4)
60 !$cuf kernel do <<<*,*>>> reduce (.eqv.:mr,ar)
62 !$cuf kernel do <<<*,*>>> reduce (.neqv.:lr)
64 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type INTEGER(4)
65 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type REAL(4)
66 !$cuf kernel do <<<*,*>>> reduce (.neqv.:mr,ar)
68 !$cuf kernel do <<<*,*>>> reduce (.or.:lr)
70 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type INTEGER(4)
71 !ERROR: !$CUF KERNEL DO REDUCE operation is not acceptable for a variable with type REAL(4)
72 !$cuf kernel do <<<*,*>>> reduce (.or.:mr,ar)
74 !$cuf kernel do <<<*,*>>> reduce (+:cr) ! ok complex type