コード例 #1
0
ファイル: CUDA.cs プロジェクト: rblenis/cudafy
 public void SynchronizeContext()
 {
     this.LastError = CUDADriver.cuCtxSynchronize();
 }