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 5a46969 commit 7674aa1Copy full SHA for 7674aa1
extension/android/jni/jni_layer_llama.cpp
@@ -101,8 +101,7 @@ class ExecuTorchLlamaJni
101
uint32_t num_performant_cores =
102
torch::executorch::cpuinfo::get_num_performant_cores() - 1;
103
if (num_performant_cores > 0) {
104
- ET_LOG(
105
- Info, "Resetting threadpool to %d threads", num_performant_cores);
+ ET_LOG(Info, "Resetting threadpool to %d threads", num_performant_cores);
106
torch::executorch::threadpool::get_threadpool()->_unsafe_reset_threadpool(
107
num_performant_cores);
108
}
0 commit comments