Commit df97b70e authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Added missing __cuda_callable__ attribute

parent c218dd6d
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ public:

   IndexType getNonZeroRowLength( const IndexType row ) const;

   __cuda_callable__
   IndexType getNonZeroRowLengthFast( const IndexType row ) const;

   template< typename Real2, typename Device2, typename Index2 >