Replies: 1 comment
-
I found my problem after rereading the help page a 3rd time, the iteration=list behavior is different between dynamic and static branches ... In this specific case, my tile_pipeline target need to be static to iterate on the list with iteration=list (and not aggregating like in dynamic branches !)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Help
Description
Hi,
Based on this previous discussion (#1491), i try to chain multiple dynamic branching, without success ...
Here a minimal example, the first level of chaining work, but not the second, where i'm trying to chain on a list that contain 2 lists.
str(tar_read(tile_pipeline,branches=1))
andstr(tar_read(tile_pipeline_disagregated,branches=1))
return the same content and this is not the attended behavior :And tile_pipeline_disagregated contain only two branch, and not 4 branch like wanted, because i'm interested to dissociate the two list in two new branch to obtain something like 2 * 2 branches :
Beta Was this translation helpful? Give feedback.
All reactions