예제 #1
0
파일: CUDA.cs 프로젝트: rblenis/cudafy
 public void RecordEvent(CUevent e, CUstream stream)
 {
     this.LastError = CUDADriver.cuEventRecord(e, stream);
 }