Skip to content

Commit

Permalink
minor edit of printed output message
Browse files Browse the repository at this point in the history
  • Loading branch information
cjang committed Sep 15, 2010
1 parent d049aa2 commit c08f17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchMatmul.cpp
Expand Up @@ -595,7 +595,7 @@ int main(int argc, char *argv[])
// if this happens during maximization, then just give up
cerr << "error: no good kernels found for group size " << bestGroupSize
<< " and block height " << bestBlockHeight
<< ", giving up"
<< " so giving up" << endl
<< "***DONE***" << endl;
exit(1);
}
Expand Down

0 comments on commit c08f17e

Please sign in to comment.