nopeslide
nopeslide
Ah sorry, I misunderstood you there. I would extend the `inference` function to take 2 function pointer. one for issuing a thread and one for waiting for all threads to...
@alrevuelta following your emoji reaction, you seem quite happy with this minimal approach? :D
@alrevuelta another option would be to actually build the dependency graph of the operators, this would also solve our static node_context array problem. ```diff --- a/include/operators/operator.h +++ b/include/operators/operator.h @@ -20,6...
Thanks a lot for clearing this up for me and sorry I didn't answer. I thought the docs could be made clearer at this point, but I'm also fine if...
WIP because I do not know if this is the intended way to add such a feature
@olofk I didn't know the edam already contained the dependency tree
Anything else I missed? I did no thorough testing, is there any test setup I can use?
@olofk rebased on latest main see olofk/edalize#384
this also fixes #9
seems to be an issue with mermaid itself. will update the mermaid version and see if this fixes the bug