-
- Downloads
There was an error fetching the commit references. Please try again later.
Removed check for HAVE_CUSPARSE
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.
parent
91dce530
No related branches found
No related tags found
Showing
- CMakeLists.txt 0 additions, 19 deletionsCMakeLists.txt
- src/TNL/Solvers/Linear/Preconditioners/ILU0.h 4 additions, 4 deletionssrc/TNL/Solvers/Linear/Preconditioners/ILU0.h
- src/TNL/Solvers/Linear/Preconditioners/ILU0_impl.h 8 additions, 0 deletionssrc/TNL/Solvers/Linear/Preconditioners/ILU0_impl.h
- tests/benchmarks/CMakeLists.txt 3 additions, 3 deletionstests/benchmarks/CMakeLists.txt
- tnlConfig.h.in 0 additions, 4 deletionstnlConfig.h.in
Please register or sign in to comment