1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

Update Tensor_traits.h

This commit is contained in:
Peter Boyle 2024-04-11 14:25:45 -04:00 committed by GitHub
parent da59379612
commit ff2ea5de18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -405,11 +405,4 @@ NAMESPACE_BEGIN(Grid);
NAMESPACE_END(Grid);
#ifdef GRID_SYCL
template<typename T> struct
sycl::is_device_copyable<T, typename std::enable_if<
Grid::isGridTensor<T>::value && (!std::is_trivially_copyable<T>::value),
void>::type>
: public std::true_type {};
#endif