mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-10 06:00:45 +01:00
Stencil use host vector for integera table on enable-shared=no and mirror it on device
This commit is contained in:
parent
d4861a362c
commit
683a5e5bf5
@ -174,6 +174,7 @@ template<class T> using cshiftAllocator = std::allocator<T>;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
template<class T> using Vector = std::vector<T,uvmAllocator<T> >;
|
template<class T> using Vector = std::vector<T,uvmAllocator<T> >;
|
||||||
|
template<class T> using stencilVector = std::vector<T,alignedAllocator<T> >;
|
||||||
template<class T> using commVector = std::vector<T,devAllocator<T> >;
|
template<class T> using commVector = std::vector<T,devAllocator<T> >;
|
||||||
template<class T> using cshiftVector = std::vector<T,cshiftAllocator<T> >;
|
template<class T> using cshiftVector = std::vector<T,cshiftAllocator<T> >;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user