We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2834d7 + 03eb22b commit e027860Copy full SHA for e027860
1 file changed
test/unit/math/opencl/rev/add_test.cpp
@@ -76,7 +76,6 @@ TEST(OpenCLPrim, add_rev_exceptions) {
76
EXPECT_THROW(stan::math::add(md11, md22), std::invalid_argument);
77
}
78
79
-
80
TEST(OpenCLPrim, add_aliasing) {
81
stan::math::matrix_d d1(3, 3);
82
d1 << 1, 2, 3, 4, 5, 6, 7, 8, 9;
0 commit comments