예제 #1
0
파일: CUDA.cs 프로젝트: rblenis/cudafy
 public void DetachContext(CUcontext ctx)
 {
     this.LastError = CUDADriver.cuCtxDetach(ctx);
 }