Adding synchronisation to convolution kernel for sycl backend.

This commit is contained in:
Mehdi Goli
2017-03-13 09:18:37 +00:00
parent 1b32a10053
commit f499fe9496
2 changed files with 6 additions and 0 deletions

View File

@@ -425,6 +425,7 @@ struct TensorEvaluator<const TensorConvolutionOp<Indices, InputArgType, KernelAr
}
}
});
m_device.asynchronousExec();
}
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff(Index index) const