Skip to content
Snippets Groups Projects
  1. Sep 19, 2018
  2. Sep 05, 2018
  3. Aug 21, 2018
    • Jakub Klinkovský's avatar
      Removed check for HAVE_CUSPARSE · 6b579ed9
      Jakub Klinkovský authored
      It is not needed, since CUSPARSE is included in all versions of CUDA
      since at least 7.0.
      
      Also note that CUSPARSE is needed only for some tests and legacy code
      (tnl-benchmark-spmv and wrappers in Matrices::CSR) and experimental code
      (Preconditioners::ILU0). Everything is still guarded by the
      HAVE_CUSPARSE macro, so the user can pass -DHAVE_CUSPARSE -lcusparse to
      the compiler to enable the features.
      6b579ed9
  4. Jul 31, 2017
  5. Jul 10, 2017
  6. Jun 16, 2017
Loading