Tests: Register assignment_threaded

libeigen/eigen!2719

Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
Rasmus Munk Larsen
2026-07-11 17:28:53 -07:00
co-authored by Rasmus Munk Larsen
parent bca9175127
commit 23c101c024
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ void test_threaded_assignment(const PlainObject&, Index rows = PlainObject::Rows
VERIFY_IS_CWISE_EQUAL(ref.bottomRightCorner(blockRows, blockCols), dst.bottomRightCorner(blockRows, blockCols));
}
EIGEN_DECLARE_TEST(test) {
EIGEN_DECLARE_TEST(assignment_threaded) {
for (int i = 0; i < g_repeat; i++) {
CALL_SUBTEST(test_threaded_assignment(MatrixXd(), 123, 123));
CALL_SUBTEST(test_threaded_assignment(Matrix<float, 16, 16>()));