The virtual memory area (VMA) pointer needs to be added in as the first parameter followed by the usual four parameters (start, end, size, and protection flags).
虚拟内存区域(VMA)指针要作为第一个参数,然后是四个常用的参数(start,end,size和protection标记)。
Each CUDA context has it's own virtual memory space, therefore you can not use a pointer from one context inside an another context.
每个CUDA上下文都有它自己的虚拟内存空间,因此你不能使用一个指针从一个上下文在另一个上下文。
Each CUDA context has it's own virtual memory space, therefore you can not use a pointer from one context inside an another context.
每个CUDA上下文都有它自己的虚拟内存空间,因此你不能使用一个指针从一个上下文在另一个上下文。
应用推荐