mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +08:00
ULT renaming: Scenario tests
Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
544dd141ec
commit
af84832e75
@@ -41,7 +41,7 @@ void CL_CALLBACK callback(cl_event event, cl_int status, void *data) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(ScenarioTest, givenAsyncHandlerDisabledAndUserEventBlockingEnqueueAndOutputEventWithCallbackWhenUserEventIsSetCompleteThanCallbackIsExecuted) {
|
TEST_F(ScenarioTest, givenAsyncHandlerDisabledAndUserEventBlockingEnqueueAndOutputEventWithCallbackWhenUserEventIsSetCompleteThenCallbackIsExecuted) {
|
||||||
DebugManager.flags.EnableAsyncEventsHandler.set(false);
|
DebugManager.flags.EnableAsyncEventsHandler.set(false);
|
||||||
|
|
||||||
cl_command_queue clCommandQ = nullptr;
|
cl_command_queue clCommandQ = nullptr;
|
||||||
@@ -81,7 +81,7 @@ TEST_F(ScenarioTest, givenAsyncHandlerDisabledAndUserEventBlockingEnqueueAndOutp
|
|||||||
clReleaseCommandQueue(clCommandQ);
|
clReleaseCommandQueue(clCommandQ);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(ScenarioTest, givenAsyncHandlerEnabledAndUserEventBlockingEnqueueAndOutputEventWithCallbackWhenUserEventIsSetCompleteThanCallbackIsExecuted) {
|
TEST_F(ScenarioTest, givenAsyncHandlerEnabledAndUserEventBlockingEnqueueAndOutputEventWithCallbackWhenUserEventIsSetCompleteThenCallbackIsExecuted) {
|
||||||
DebugManager.flags.EnableAsyncEventsHandler.set(true);
|
DebugManager.flags.EnableAsyncEventsHandler.set(true);
|
||||||
|
|
||||||
cl_command_queue clCommandQ = nullptr;
|
cl_command_queue clCommandQ = nullptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user