mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-10 09:04:37 +00:00
add automatic layer window size assignment workflow
This commit is contained in:
parent
53cb3a6069
commit
2bd4d03aa8
6 changed files with 241 additions and 110 deletions
|
@ -316,7 +316,7 @@ void device_print_props(struct device_info * dev_info_set, int n) {
|
|||
LOG_INF("| Property ");
|
||||
for (int i = 0; i < n; ++i) {
|
||||
LOG_INF("| Rank %-8d", i);
|
||||
GGML_ASSERT(dev_info_set[i].rank == i);
|
||||
GGML_ASSERT((int)dev_info_set[i].rank == i);
|
||||
}
|
||||
LOG_INF("\n-------------------------------------------------------------------------------------------\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue