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 468ca70 commit 5c234c5Copy full SHA for 5c234c5
HW3/main.cpp
@@ -87,7 +87,7 @@ int main(int argc, char **argv) {
87
numRows, numCols, numBins);
88
timer.Stop();
89
cudaDeviceSynchronize(); checkCudaErrors(cudaGetLastError());
90
- int err = printf("%f msecs.\n", timer.Elapsed());
+ int err = printf("Your code ran in: %f msecs.\n", timer.Elapsed());
91
92
if (err < 0) {
93
//Couldn't print! Probably the student closed stdout - bad news
0 commit comments