mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Remove call to deprecated method initParallel() in SparseDenseProduct.h
This commit is contained in:
parent
59cf0df1d6
commit
5e4f3475b5
@ -45,7 +45,6 @@ struct sparse_time_dense_product_impl<SparseLhsType, DenseRhsType, DenseResType,
|
|||||||
|
|
||||||
Index n = lhs.outerSize();
|
Index n = lhs.outerSize();
|
||||||
#ifdef EIGEN_HAS_OPENMP
|
#ifdef EIGEN_HAS_OPENMP
|
||||||
Eigen::initParallel();
|
|
||||||
Index threads = Eigen::nbThreads();
|
Index threads = Eigen::nbThreads();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -125,7 +124,6 @@ struct sparse_time_dense_product_impl<SparseLhsType, DenseRhsType, DenseResType,
|
|||||||
LhsEval lhsEval(lhs);
|
LhsEval lhsEval(lhs);
|
||||||
|
|
||||||
#ifdef EIGEN_HAS_OPENMP
|
#ifdef EIGEN_HAS_OPENMP
|
||||||
Eigen::initParallel();
|
|
||||||
Index threads = Eigen::nbThreads();
|
Index threads = Eigen::nbThreads();
|
||||||
// This 20000 threshold has been found experimentally on 2D and 3D Poisson problems.
|
// This 20000 threshold has been found experimentally on 2D and 3D Poisson problems.
|
||||||
// It basically represents the minimal amount of work to be done to be worth it.
|
// It basically represents the minimal amount of work to be done to be worth it.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user