From 660d90e20358b5bef84738c837adf87672985f79 Mon Sep 17 00:00:00 2001 From: dbakhval Date: Mon, 3 Apr 2023 19:03:15 -0400 Subject: [PATCH] Cleanup --- .../4-10 Memory Bandwidth.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/chapters/4-Terminology-And-Metrics/4-10 Memory Bandwidth.md b/chapters/4-Terminology-And-Metrics/4-10 Memory Bandwidth.md index 4fb30b9dd1..3ed22f6561 100644 --- a/chapters/4-Terminology-And-Metrics/4-10 Memory Bandwidth.md +++ b/chapters/4-Terminology-And-Metrics/4-10 Memory Bandwidth.md @@ -62,15 +62,3 @@ If you constantly analyze performance on a single platform, it is a good idea to [^1]: Intel MLC tool - [https://www.intel.com/content/www/us/en/download/736633/intel-memory-latency-checker-intel-mlc.html](https://www.intel.com/content/www/us/en/download/736633/intel-memory-latency-checker-intel-mlc.html) TODO: compare the output with maximums from Intel Advisor - -```bash -Measuring Peak Injection Memory Bandwidths for the system -Bandwidths are in MB/sec (1 MB/sec = 1,000,000 Bytes/sec) -Using all the threads from each core if Hyper-threading is enabled -Using traffic with the following read-write ratios -ALL Reads : 34557.4 -3:1 Reads-Writes : 30623.5 -2:1 Reads-Writes : 29705.9 -1:1 Reads-Writes : 29376.2 -Stream-triad like: 31875.7 -```