Skip to content

Commit 086fb88

Browse files
authored
fix typo
1 parent 46d33ae commit 086fb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/12_convolution/01_naive_conv/naive_conv.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ int main()
201201
{
202202
pass = false;
203203
std::cout << "Verification failed at " << i << "!" << std::endl;
204-
std::cout << "GPU: " << out_cpu[i] << " CPU: " << out[i] << std::endl;
204+
std::cout << "CPU: " << out_cpu[i] << " GPU: " << out[i] << std::endl;
205205
break;
206206
}
207207
}

0 commit comments

Comments
 (0)