We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d33ae commit 086fb88Copy full SHA for 086fb88
docs/12_convolution/01_naive_conv/naive_conv.cu
@@ -201,7 +201,7 @@ int main()
201
{
202
pass = false;
203
std::cout << "Verification failed at " << i << "!" << std::endl;
204
- std::cout << "GPU: " << out_cpu[i] << " CPU: " << out[i] << std::endl;
+ std::cout << "CPU: " << out_cpu[i] << " GPU: " << out[i] << std::endl;
205
break;
206
}
207
0 commit comments