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.
ExtOneapiBarrierOpt
TEST_F
1 parent 1846390 commit 264d574Copy full SHA for 264d574
sycl/unittests/Extensions/ExtOneapiBarrierOpt.cpp
@@ -36,7 +36,7 @@ class ExtOneapiBarrierOptTest : public ::testing::Test {
36
// Check that ext_oneapi_submit_barrier works fine in the scenarios
37
// when provided waitlist consists of only empty events.
38
// Tets for https://github.com/intel/llvm/pull/12951
39
-TEST(ExtOneapiBarrierOptTest, EmptyEventTest) {
+TEST_F(ExtOneapiBarrierOptTest, EmptyEventTest) {
40
sycl::queue q1{{sycl::property::queue::in_order()}};
41
42
mock::getCallbacks().set_after_callback(
0 commit comments