From 01b45f6ca4829f7517aefb2c26b0c7bc019e76d8 Mon Sep 17 00:00:00 2001 From: Tomas Oberhuber <tomas.oberhuber@fjfi.cvut.cz> Date: Mon, 4 Mar 2019 16:31:25 +0100 Subject: [PATCH] Making CSR::getNonZeroRowLengthFast __cuda_callable__. --- src/TNL/Matrices/CSR.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TNL/Matrices/CSR.h b/src/TNL/Matrices/CSR.h index 10b7184569..fab302bede 100644 --- a/src/TNL/Matrices/CSR.h +++ b/src/TNL/Matrices/CSR.h @@ -84,7 +84,7 @@ public: IndexType getRowLengthFast( const IndexType row ) const; IndexType getNonZeroRowLength( const IndexType row ) const; - + __cuda_callable__ IndexType getNonZeroRowLengthFast( const IndexType row ) const; -- GitLab