mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 19:09:14 +08:00
fix typo in matrixMul
This commit is contained in:
parent
6be514679b
commit
cea9923fd8
|
@ -277,7 +277,7 @@ int MatrixMultiply(int argc, char **argv,
|
||||||
checkCudaErrors(cudaFree(d_C));
|
checkCudaErrors(cudaFree(d_C));
|
||||||
|
|
||||||
printf("\nNOTE: The CUDA Samples are not meant for performance"\
|
printf("\nNOTE: The CUDA Samples are not meant for performance"\
|
||||||
"measurements. Results may vary when GPU Boost is enabled.\n");
|
" measurements. Results may vary when GPU Boost is enabled.\n");
|
||||||
|
|
||||||
if (correct) {
|
if (correct) {
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user