From ff2ea5de181f8ef75ee7129206e06edeae9bb5d6 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Thu, 11 Apr 2024 14:25:45 -0400 Subject: [PATCH] Update Tensor_traits.h --- Grid/tensors/Tensor_traits.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Grid/tensors/Tensor_traits.h b/Grid/tensors/Tensor_traits.h index 536e17f1..8bfdedcf 100644 --- a/Grid/tensors/Tensor_traits.h +++ b/Grid/tensors/Tensor_traits.h @@ -405,11 +405,4 @@ NAMESPACE_BEGIN(Grid); NAMESPACE_END(Grid); -#ifdef GRID_SYCL -template struct -sycl::is_device_copyable::value && (!std::is_trivially_copyable::value), - void>::type> - : public std::true_type {}; -#endif