예제 #1
0
파일: CUDA.cs 프로젝트: rblenis/cudafy
 public void DestroyArray(CUarray devArr)
 {
     this.LastError = CUDADriver.cuArrayDestroy(devArr);
 }