We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473a84f commit dc4c64aCopy full SHA for dc4c64a
tools/llama-bench/llama-bench.cpp
@@ -1138,6 +1138,7 @@ struct cmd_params_instance {
1138
split_mode == other.split_mode &&
1139
main_gpu == other.main_gpu && use_mmap == other.use_mmap && tensor_split == other.tensor_split &&
1140
devices == other.devices &&
1141
+ no_host == other.no_host &&
1142
vec_tensor_buft_override_equal(tensor_buft_overrides, other.tensor_buft_overrides);
1143
}
1144
0 commit comments