mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-06 21:49:02 +00:00
rename to CPU RAM Read BW
This commit is contained in:
parent
dc03b6216f
commit
7cd4936d58
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue