removed sync
This commit is contained in:
@@ -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() );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user