Lines Matching full:kernel
9 !$cuf kernel do <<< 1, 2 >>>
92 !$cuf kernel do
94 !ERROR: Statement may not appear in cuf kernel code
98 !$cuf kernel do
101 !ERROR: Statement may not appear in cuf kernel code
105 !ERROR: Statement may not appear in cuf kernel code
115 !$cuf kernel do <<< *, * >>> ! ok
118 !$cuf kernel do <<< (*), (*) >>> ! ok
121 !$cuf kernel do <<< (1,*), (2,*) >>> ! ok
124 !ERROR: !$CUF KERNEL DO (1) must be followed by a DO construct with tightly nested outer levels of counted DO loops
125 !$cuf kernel do <<< 1, 2 >>>
128 !ERROR: !$CUF KERNEL DO (1) must be followed by a DO construct with tightly nested outer levels of counted DO loops
129 !$cuf kernel do <<< 1, 2 >>>
133 !$cuf kernel do <<< 1, 2 >>>
136 !$cuf kernel do <<< 1, 2 >>>
139 !$cuf kernel do <<< 1, 2 >>>
142 !$cuf kernel do <<< 1, 2 >>>
145 !$cuf kernel do <<< 1, 2 >>>
149 !ERROR: !$CUF KERNEL DO (-1): loop nesting depth must be positive
150 !$cuf kernel do (-1) <<< 1, 2 >>>
153 !ERROR: !$CUF KERNEL DO (1) must be followed by a DO construct with tightly nested outer levels of counted DO loops
154 !$cuf kernel do <<< 1, 2 >>>
156 !ERROR: !$CUF KERNEL DO (2) must be followed by a DO construct with tightly nested outer levels of counted DO loops
157 !$cuf kernel do (2) <<< 1, 2 >>>
160 !ERROR: !$CUF KERNEL DO (2) must be followed by a DO construct with tightly nested outer levels of counted DO loops
161 !$cuf kernel do (2) <<< 1, 2 >>>
165 !ERROR: !$CUF KERNEL DO (2) must be followed by a DO construct with tightly nested outer levels of counted DO loops
166 !$cuf kernel do (2) <<< 1, 2 >>>
172 !$cuf kernel do <<< 1, 2 >>>
187 !$cuf kernel do (2) <<<*, *>>>