mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Later intel compiler happiness
This commit is contained in:
parent
6f1328160c
commit
baac1127d0
@ -460,3 +460,9 @@ void vprefetch(const iMatrix<v, N> &vv) {
|
||||
|
||||
NAMESPACE_END(Grid);
|
||||
|
||||
|
||||
#ifdef GRID_SYCL
|
||||
template<class vec> struct sycl::is_device_copyable<Grid::iScalar<vec> > : public std::true_type {};
|
||||
template<class vec,int N> struct sycl::is_device_copyable<Grid::iVector<vec,N> > : public std::true_type {};
|
||||
template<class vec,int N> struct sycl::is_device_copyable<Grid::iMatrix<vec,N> > : public std::true_type {};
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user