llvm icon indicating copy to clipboard operation
llvm copied to clipboard

Simplify execution graph via analysis of dependencies

Open Alexandr-Konovalov opened this issue 1 year ago • 0 comments

If a dependent command has all dependencies that has newly added command, the dependent command can be excluded from the execution graph.

For in-order queue, all dependent command from current queue can be excluded from an execution graph.

Alexandr-Konovalov avatar Oct 16 '24 14:10 Alexandr-Konovalov