コード例 #1
0
ファイル: CLStream.cs プロジェクト: losttech/ILGPU
 /// <summary cref="AcceleratorStream.Synchronize"/>
 public override void Synchronize() =>
 CLException.ThrowIfFailed(
     CurrentAPI.FinishCommandQueue(queuePtr));