From 7cd4936d581f3456e0e16135a28535bdedfb7d9c Mon Sep 17 00:00:00 2001 From: Lizonghang <870644199@qq.com> Date: Wed, 4 Dec 2024 00:04:22 +0400 Subject: [PATCH] rename to CPU RAM Read BW --- common/profiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/profiler.cpp b/common/profiler.cpp index 4887bba7..34b2375f 100644 --- a/common/profiler.cpp +++ b/common/profiler.cpp @@ -1211,7 +1211,7 @@ void device_print_props(struct device_info * dev_info_set, int n, struct llama_m } LOG_INF("\n"); - LOG_INF("| Mem Read Bandwidth (GB/s) "); + LOG_INF("| CPU RAM Read BW (GB/s) "); for (int i = 0; i < n; ++i) { LOG_INF("| %-10.2f ", dev_info_set[i].memory.cpu_read_ram_bw); }