/// <summary> /// Release the unmanaged resource related to the GpuDevice /// </summary> protected override void DisposeObject() { CudaInvoke.cudaDeviceInfoRelease(ref _ptr); }