We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0973eb commit 1cf2bf1Copy full SHA for 1cf2bf1
1 file changed
src/Array.hpp
@@ -128,6 +128,7 @@ class Array : public ArrayView< T,
128
* shallow copy that invalidates the contents of source. However this depends on the
129
* implementation of BUFFER_TYPE.
130
*/
131
+ LVARRAY_HOST_DEVICE
132
Array( Array && source ):
133
ParentClass( std::move( source ) )
134
{
0 commit comments