remove Synchronize in hadamard

This commit is contained in:
lizhenyun01
2025-07-28 17:40:07 +08:00
parent b1d787a272
commit e80ea8a71b

View File

@@ -718,7 +718,6 @@ void MoeFastHardamardImplWrapper(const T *x,
dim,
reinterpret_cast<out_type*>(out)
);
CUDA_CHECK(cudaDeviceSynchronize());
}
template <typename T, typename OutT>