diff --git a/Grid/tensors/Tensor_class.h b/Grid/tensors/Tensor_class.h index f3114cb5..e63e228c 100644 --- a/Grid/tensors/Tensor_class.h +++ b/Grid/tensors/Tensor_class.h @@ -460,3 +460,9 @@ void vprefetch(const iMatrix &vv) { NAMESPACE_END(Grid); + +#ifdef GRID_SYCL +template struct sycl::is_device_copyable > : public std::true_type {}; +template struct sycl::is_device_copyable > : public std::true_type {}; +template struct sycl::is_device_copyable > : public std::true_type {}; +#endif