예제 #1
0
파일: CUDA.cs 프로젝트: rblenis/cudafy
 public void AttachContext(CUcontext ctx, CUCtxFlags flags)
 {
     //this.LastError = CUDADriver.cuCtxAttach(ref this.curCtx, (uint) flags);
     this.LastError = CUDADriver.cuCtxAttach(ref ctx, (uint)flags);
 }