Пример #1
0
 public void RecordEvent(CUevent e, CUstream stream)
 {
     this.LastError = CUDADriver.cuEventRecord(e, stream);
 }