Skip to content
Snippets Groups Projects
Commit 649466a7 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Added missing __cuda_callable__ flags

parent e872e8b7
No related branches found
No related tags found
1 merge request!36Fixed expression templates
......@@ -92,6 +92,7 @@ getView( const IndexType begin, IndexType end )
template< typename Value,
typename Device,
typename Index >
__cuda_callable__
typename ArrayView< Value, Device, Index >::ConstViewType
ArrayView< Value, Device, Index >::
getConstView( const IndexType begin, IndexType end ) const
......
......@@ -35,6 +35,7 @@ getView( IndexType begin, IndexType end )
template< typename Real,
typename Device,
typename Index >
__cuda_callable__
typename VectorView< Real, Device, Index >::ConstViewType
VectorView< Real, Device, Index >::
getConstView( const IndexType begin, IndexType end ) const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment