mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-10 14:14:41 +00:00
report k and W
This commit is contained in:
parent
9bead4291c
commit
790f702d0c
1 changed files with 1 additions and 1 deletions
|
@ -1326,7 +1326,7 @@ static void assign_device(
|
||||||
final_solution = best_solution;
|
final_solution = best_solution;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_INF("Global best solution found for k = %d\n", final_k);
|
LOG_INF("Global best solution found for k = %d, W = %d\n", final_k, n_layer / final_k);
|
||||||
for (uint32_t m = 0; m < n_world; ++m) {
|
for (uint32_t m = 0; m < n_world; ++m) {
|
||||||
const char * device_name = dev_info_set[m].device_name;
|
const char * device_name = dev_info_set[m].device_name;
|
||||||
GGML_ASSERT(final_solution[m] == w[m] && final_solution[m + n_world] == n[m]);
|
GGML_ASSERT(final_solution[m] == w[m] && final_solution[m + n_world] == n[m]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue