mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-12-16 02:27:49 +08:00
Merge cea9923fd8202cb43a6cc7db3055cd85220eee13 into e6ce58fef4b11d745f1795af0d79a326904ad1e5
This commit is contained in:
commit
0970625e08
@ -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…
x
Reference in New Issue
Block a user