SWDEV-454667 - Fix Unit_hipGraphAddNodeTypeEventWait_Positive_Basic test case

Change-Id: I68c6ce4d0622a7bcc5908f2901c568cbaa18c448


[ROCm/hip-tests commit: ee9da46aab]
This commit is contained in:
Vladana Stojiljkovic
2024-04-08 12:32:17 +02:00
parent ebdb0c977f
commit eb3fdb8a8a
3 changed files with 2 additions and 4 deletions
@@ -440,8 +440,8 @@ TEST_CASE("Unit_hipGraphAddNodeTypeEventWait_Positive_Basic") {
// Create a event wait node in graph
hipGraphNodeParams wait_node_params = {};
rec_node_params.type = hipGraphNodeTypeWaitEvent;
rec_node_params.eventWait.event = event;
wait_node_params.type = hipGraphNodeTypeWaitEvent;
wait_node_params.eventWait.event = event;
HIP_CHECK(hipGraphAddNode(&event_wait_node, graph, &event_rec_node, 1, &wait_node_params));
// Instantiate and launch the graph