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
{{ message }}
This repository was archived by the owner on Aug 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/taskgraph.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,8 @@ Likely execution order generated by tg:
78
78
79
79
Notice here that there are still dependencies formed to writes not marked as concurrent. So while B and C execute together, A and D form strong ordering dependencies to the concurrent writes.
80
80
81
+
> NOTE: There is no extra concurrent read access, as all reads are implicitly concurrent already. Multiple reads will be sheduled independently to each other.
82
+
81
83
## Task
82
84
83
85
The core part of any render graph is the nodes in the graph. In the case of Daxa, these nodes are called tasks.
0 commit comments