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