You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's highly improbable that you want to leverage multicore when you are synchronising in a barrier with a dynamic number of threads, and still has another number N of threads to support more ingestion modes.
However, it would be nice to at least provide these support for modes that are one-at-a-time for example.
The text was updated successfully, but these errors were encountered:
It's highly improbable that you want to leverage multicore when you are synchronising in a barrier with a dynamic number of threads, and still has another number N of threads to support more ingestion modes.
However, it would be nice to at least provide these support for modes that are one-at-a-time for example.
The text was updated successfully, but these errors were encountered: