/// <summary> /// Release all the unmanaged memory associated with this object /// </summary> protected override void DisposeObject() { if (_ptr != IntPtr.Zero) { CudaInvoke.cudaCLAHERelease(ref _ptr); } }