提交 e9c843bb authored 作者: Marc-Alexandre Cote's avatar Marc-Alexandre Cote

Remove non-needed CUDA_THREAD_SYNC

上级 771d5c27
......@@ -262,7 +262,6 @@ class GpuCumsum(CumsumOp, GpuOp):
// If shape[axis] is odd, the last element is compute manually
if (shape[axis] != numElements){
CNDA_THREAD_SYNC;
dim3 dimGrid(1, localDimGridY, 1);
dim3 dimBlock(1, 1, 1);
k_cumadd_%(nodename)s<<<dimGrid, dimBlock>>>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论