ao1.ispc is not functional just yet :S

This commit is contained in:
Evghenii
2013-11-12 19:30:41 +01:00
parent 1d91a626f2
commit 76bfcc29c2
2 changed files with 15 additions and 22 deletions

View File

@@ -418,10 +418,7 @@ void ao_ispc_tasks(
const int nbz = 1;
const dim3 blocks (nbx, nby, nbz);
if (threadIdx.x == 0)
{
printf(" --- using CDP -- \n");
ao_task<<<blocks, 128>>>(w,h,nsubsamples,image);
}
cudaDeviceSynchronize();
}
#endif