Example #1
0
 /// <summary>
 /// Query the information of the gpu device that is currently in use.
 /// </summary>
 public CudaDeviceInfo()
     : this(CudaInvoke.GetDevice())
 {
 }