Skip to content

Commit 16e2681

Browse files
committed
uncomment test
1 parent 210f802 commit 16e2681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/math/opencl/opencl_context_test.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ TEST(opencl_context, switch_devices_errors) {
8787
EXPECT_THROW(stan::math::opencl_context.select_device(0, 99999),
8888
std::system_error);
8989
}
90-
/*
90+
9191
// Checks that select_device() works for all devices found on the system. If
9292
// there are multiple devices, this also tests that select_device() calls work
9393
// after another device was already in use.
@@ -112,5 +112,5 @@ TEST(opencl_context, switch_devices) {
112112
stan::math::opencl_context.select_device(OPENCL_PLATFORM_ID,
113113
OPENCL_DEVICE_ID);
114114
}
115-
*/
115+
116116
#endif

0 commit comments

Comments
 (0)