From 97a93bbca075a926942acb13789485a6837e342b Mon Sep 17 00:00:00 2001 From: Lukas Cejka <lukas.ostatek@gmail.com> Date: Thu, 8 Nov 2018 09:02:52 +0100 Subject: [PATCH] Updated TODO. --- src/UnitTests/Matrices/SparseMatrixTest.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/UnitTests/Matrices/SparseMatrixTest.h b/src/UnitTests/Matrices/SparseMatrixTest.h index 0846dc5a61..69a4d70225 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest.h +++ b/src/UnitTests/Matrices/SparseMatrixTest.h @@ -57,6 +57,8 @@ // GENERAL TODO /* * For every function, EXPECT_EQ needs to be done, even for zeros in matrices. + * Figure out __cuda_callable_. When trying to call __cuda_callable__ functions + * a segmentation fault (core dumped) is thrown. */ -- GitLab