/// <summary>
 /// Disable gathering of peak memory statistics of the MKL memory pool.
 /// </summary>
 public void DisablePeakMemoryStatistics()
 {
     MklProvider.DisablePeakMemoryStatistics();
 }