Merge pull request #6284 from qingqing01/cuda_sync

Remove the CUDA stream synchronization between each operator.
release/0.11.0
qingqing01 8 years ago committed by GitHub
commit 1a8f20c6d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -426,9 +426,6 @@ void OperatorWithKernel::Run(const Scope& scope,
}
kernel_iter->second->Compute(ctx);
// throws errors if have.
dev_ctx.Finish();
}
OpKernelType OperatorWithKernel::GetKernelType(
const ExecutionContext& ctx) const {

Loading…
Cancel
Save