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.
1 parent 1dd27b6 commit cadf1b1Copy full SHA for cadf1b1
1 file changed
test/unit/math/prim/core/init_threadpool_tbb_test.cpp
@@ -15,6 +15,7 @@ TEST(intel_tbb_new_init, check_status) {
15
EXPECT_EQ(1, tbb_init.max_concurrency());
16
#endif
17
18
+ auto& tbb_reinit = stan::math::init_threadpool_tbb();
19
EXPECT_TRUE(tbb_init.is_active());
20
21
tbb_init.terminate();
0 commit comments