예제 #1
0
파일: CLStream.cs 프로젝트: losttech/ILGPU
 /// <summary cref="AcceleratorStream.Synchronize"/>
 public override void Synchronize() =>
 CLException.ThrowIfFailed(
     CurrentAPI.FinishCommandQueue(queuePtr));