You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have tests for using empty nodes and in-order queues separately with record & replay graph construction, but don't test that both work together. We should add a test to verify this and fix any bugs that are required for it to pass.
Adding a empty node to a recorded in-order queue resulted
in inconsistent dependencies between nodes.
This patch fixes this issues and simplifies the adding of empty nodes.
Unitests have been added to check node dependencies when
recording an in_order queue with and without empty nodes.
Fixes Issue: #239
Adding a empty node to a recorded in-order queue resulted
in inconsistent dependencies between nodes.
This patch fixes this issues and simplifies the adding of empty nodes.
Unitests have been added to check node dependencies when
recording an in_order queue with and without empty nodes.
Fixes Issue: #239
We have tests for using empty nodes and in-order queues separately with record & replay graph construction, but don't test that both work together. We should add a test to verify this and fix any bugs that are required for it to pass.
See #237 (comment) for motivation
Existing in-order tests:
sycl/test-e2e/Graph/RecordReplay/dotp_in_order.cpp
sycl/test-e2e/Graph/RecordReplay/subgraph_in_order.cpp
sycl/test-e2e/Graph/RecordReplay/usm_copy_in_order.cpp
Existing empty node tests:
sycl/test-e2e/Graph/RecordReplay/empty.cpp
/sycl/test-e2e/Graph/RecordReplay/empty_node_with_dep.cpp
The text was updated successfully, but these errors were encountered: