Hi there,
the documentation states that
My question is simply what scope this has - per thread, per object, per process? From my understanding I’m required to work with multiple sub-processes when working on multiple cards.
Hi there,
the documentation states that
My question is simply what scope this has - per thread, per object, per process? From my understanding I’m required to work with multiple sub-processes when working on multiple cards.
The scope of the context is per thread. You don’t need to fork multiple processes.