Robin Söderholm

Results 6 comments of Robin Söderholm

Sure. Say we have a task `foo` and a task `bar` that has been modularised like this: ```c++ // TTaskType here could also be a cudaTask or something... template struct...

I realised that the functionality I want exists (more or less) for the regular Task-object (the operator==), but I'd like something similar for the cudaTask as well.

Seems very similar at least. I see it on Windows and the referenced report is Android. I can say that querying the size of the window gives the expected result....

Technically I have a solution, so I might be able to make a pr this week, but there is nothing that stops you from implementing this :)

There is a branch here: https://github.com/doocman/taskflow/tree/feature/add-cuda-graph-as-child-node but I can't test it right now... If someone else tests it during the weekend tell me, and I can open a PR. Otherwise...

PR up: https://github.com/taskflow/taskflow/pull/739