Esempio n. 1
0
 public void AttachContext(CUcontext ctx, CUCtxFlags flags)
 {
     //this.LastError = CUDADriver.cuCtxAttach(ref this.curCtx, (uint) flags);
     this.LastError = CUDADriver.cuCtxAttach(ref ctx, (uint)flags);
 }