DPL: handle region notifications as required by GPU processing#6878
DPL: handle region notifications as required by GPU processing#6878ktf merged 2 commits intoAliceO2Group:devfrom
Conversation
2812706 to
f54013a
Compare
|
@ktf : thx, will check on Monday. But this seems to break many framework ctests and also the full system test fails in the FullCI. Perhaps it is not yet fully working? |
|
I will check. I only tested the diamond topology. |
|
Ok, I am missing the default argument. If you pass the option explicitly it should work. Fix coming. |
* Adds an option, --expected-region-callbacks <N>, to wait for enough callback before going to start. * Deliver callbacks on the main thread, always.
f54013a to
5156107
Compare
|
I fixed it. Is the fullCI error actually related? The option is not really enabled. |
|
The FullCI error is no different compared to the one before, I think this one now is not related to this PR. |
davidrohr
left a comment
There was a problem hiding this comment.
THx, both the callbacks coming from the main thread as well as the --expected-region-callbacks work as expected
|
Clang format merged. |
enough callback before going to start.