removed sync

This commit is contained in:
Francesco Gatti
2017-08-10 18:47:21 +02:00
parent aef39f6144
commit 9a6058ac4a
5 changed files with 0 additions and 5 deletions
-1
View File
@@ -44,7 +44,6 @@ void reorgForward(dnnType* srcData, dnnType* dstData,
int threads = 256;
reorg_kernel<<<blocks, threads>>>(size, srcData, w, h, c, n, stride, false, dstData);
checkCuda( cudaDeviceSynchronize() );
}