Esempio n. 1
0
 public void DestroyArray(CUarray devArr)
 {
     this.LastError = CUDADriver.cuArrayDestroy(devArr);
 }