eigen3/eigen_assert_exception.patch
Petr Šabata a953b1765c RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/eigen3#17cd8b6b21fc762fb49d9c23174d0bd57f11ff6d
2020-10-14 23:59:58 +02:00

13 lines
547 B
Diff

diff -rupN eigen-3.3.8/Eigen/src/Core/products/Parallelizer.h eigen-3.3.8-new/Eigen/src/Core/products/Parallelizer.h
--- eigen-3.3.8/Eigen/src/Core/products/Parallelizer.h 2020-10-05 13:24:15.000000000 +0200
+++ eigen-3.3.8-new/Eigen/src/Core/products/Parallelizer.h 2020-10-05 16:34:48.959757073 +0200
@@ -159,7 +159,7 @@ void parallelize_gemm(const Functor& fun
++errorCount;
}
}
- if (errorCount) EIGEN_THROW_X(Eigen::eigen_assert_exception());
+// if (errorCount) EIGEN_THROW_X(Eigen::eigen_assert_exception());
#endif
}