mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
remove Synchronize in hadamard
This commit is contained in:
@@ -718,7 +718,6 @@ void MoeFastHardamardImplWrapper(const T *x,
|
||||
dim,
|
||||
reinterpret_cast<out_type*>(out)
|
||||
);
|
||||
CUDA_CHECK(cudaDeviceSynchronize());
|
||||
}
|
||||
|
||||
template <typename T, typename OutT>
|
||||
|
||||
Reference in New Issue
Block a user