X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=WCudaMSE%2FTuto_Image_Cuda%2Fsrc%2Fcpp%2Fcore%2F00_Vague_warmup%2F02_cuda%2Fvague0.cu;h=a25438d68cea066e9883c9f8d09a4f6d2df5450c;hb=HEAD;hp=0f55f3822f0a600b54008eaee1ad0608c5ddabd1;hpb=8d08c12b29c2a14684f35c023ee39e694bb80d25;p=GPU.git diff --git a/WCudaMSE/Tuto_Image_Cuda/src/cpp/core/00_Vague_warmup/02_cuda/vague0.cu b/WCudaMSE/Tuto_Image_Cuda/src/cpp/core/00_Vague_warmup/02_cuda/vague0.cu index 0f55f38..a25438d 100755 --- a/WCudaMSE/Tuto_Image_Cuda/src/cpp/core/00_Vague_warmup/02_cuda/vague0.cu +++ b/WCudaMSE/Tuto_Image_Cuda/src/cpp/core/00_Vague_warmup/02_cuda/vague0.cu @@ -43,9 +43,9 @@ void launchKernelVague0(uchar4* ptrDevPixels, int w, int h, float t) dim3 db = dim3(16, 16, 1); // disons, a optimiser !! //Device::print(dg, db); - Device::checkDimError(dg,db); + Device::checkDimError(dg,db); - vague0<<>>(ptrDevPixels,w,h,t); + vague0<<>>(ptrDevPixels,w,h,t); Device::checkKernelError("vague0"); }