sync to handle corner cases

This commit is contained in:
conrad
2024-05-29 13:09:12 +10:00
parent e9a14aea9a
commit 5f12dfb83d
+2
View File
@@ -305,6 +305,8 @@ dot
arma_conform_assert_same_size(U.M.n_elem, uword(1), yy.n_elem, uword(1), "dot()");
yy.m.sync();
return dense_sparse_helper::dot(U.M.memptr(), yy.m, yy.aux_col1);
}
}