-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Description
I implement my code with ncnn in pad, here are pad hardware configurations:
处理器
骁龙685处理器
CPU
4 x A73 (2.8GHz) + 4 x A53 (1.9GHz)
The speed reach to 3.9s which is much different than 500ms in phone.
The ncnn settings are the same to the phone.
ncnn::set_cpu_powersave(4);
model.retina_opt.use_bf16_storage = true;
model.opt.lightmode = true;
model.opt.num_threads = 4;
model.opt.blob_allocator = &retina_g_blob_pool_allocator;
model.opt.workspace_allocator = &retina_g_workspace_pool_allocator;
Any help will be appreciated in advance.
Metadata
Metadata
Assignees
Labels
No labels