Novelian

Results 3 comments of Novelian

cv-cuda use vector to cache item for reuse,the problem is: when use the second gpu,it return the resource belong to previous gpu. reformat related function: "Tensor::CreateFromReqs" and "CreateOperatorEx"

@zhengjs @JanuszL add device_id as resource(tesnsor)'s key or create multiple resource collections depending on the graphics card

@dsuthar-nvidia Thank you for your reply. how to use multi gpu in multiprocessing.Process( os.environ["CUDA_VISIBLE_DEVICES"] not work in subprocess)?