Interprocess Communication CUDA

后端 未结 1 1626
别跟我提以往
别跟我提以往 2021-01-23 21:44

I am trying to understand interprocess communication in CUDA. I would like some help with being able to understand this concept and trying to apply this to a project I am doing.

相关标签:
1条回答
  • 2021-01-23 22:17

    Question: How do I use the above function names to achieve IPC?

    The CUDA simpleIPC sample code demonstrates that.

    There is also a brief mention of how to use CUDA IPC API in the programming guide.

    Finally, the API itself is documented in the runtime API reference manual

    Note that this functionality requires cc 2.0 or higher, and a 64-bit Linux OS.

    0 讨论(0)
提交回复
热议问题