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

Added missing __cuda_callable__ attribute

parent c218dd6d
No related branches found
No related tags found
No related merge requests found
...@@ -82,11 +82,12 @@ public: ...@@ -82,11 +82,12 @@ public:
__cuda_callable__ __cuda_callable__
IndexType getRowLengthFast( const IndexType row ) const; IndexType getRowLengthFast( const IndexType row ) const;
IndexType getNonZeroRowLength( const IndexType row ) const; IndexType getNonZeroRowLength( const IndexType row ) const;
__cuda_callable__
IndexType getNonZeroRowLengthFast( const IndexType row ) const; IndexType getNonZeroRowLengthFast( const IndexType row ) const;
template< typename Real2, typename Device2, typename Index2 > template< typename Real2, typename Device2, typename Index2 >
void setLike( const CSR< Real2, Device2, Index2 >& matrix ); void setLike( const CSR< Real2, Device2, Index2 >& matrix );
......
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