I found that MPS supports address space isolation within one CUDA context. That’s to say that kernels with different address spaces could execute concurrently. If that is true, I was wondering why kernels from different cuda contexts could not run concurrently.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Is default kernel execution concurrent? Or we have to enable MPS? | 8 | 396 | May 3, 2023 | |
MPS: can pre-volta devices have multiple kernels execute on the same SM? | 0 | 426 | May 24, 2019 | |
MPS: Best practise for SM partitioning | 0 | 808 | January 11, 2022 | |
Can I utilize Concurrent Kernel Execution among processes with the same context? | 0 | 504 | December 9, 2016 | |
Parallel execution of multiple kernels possible? | 1 | 1633 | June 4, 2008 | |
Concurrent execution of kernels from different contexts | 1 | 5995 | July 9, 2010 | |
Invoking kernel from multiple PC processes | 1 | 5501 | June 3, 2011 | |
Multiple Context? | 0 | 574 | July 30, 2018 | |
Does cuda4.2 support concurrent kernels? | 0 | 566 | May 10, 2013 | |
A question on concurrent kernel execution | 2 | 778 | April 13, 2012 |