mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Update Tensor_traits.h
This commit is contained in:
parent
da59379612
commit
ff2ea5de18
@ -405,11 +405,4 @@ NAMESPACE_BEGIN(Grid);
|
|||||||
NAMESPACE_END(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
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user