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 2872f24 commit 0ff1a5cCopy full SHA for 0ff1a5c
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