[cuda]在launch kernel的過程當中不能調用cudaFree

測試發現cuda的launch kernel的過程當中不能釋放該gpu上的顯存,cuda任務被釋放的顯存可能被kernel調用,因此禁止在laucn kernel過程當中釋放該gpu上的顯存。 測試代碼以下:ios #include <stdio.h> #include <thread> #include <unistd.h> #include <iostream> #include <cuda_
相關文章
相關標籤/搜索