mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-18 22:44:39 +08:00
[Benchmark]Mv thread_nums from 1 to 8 in x86 (#1670)
* avoid mem copy for cpp benchmark * set CMAKE_BUILD_TYPE to Release * Add SegmentationDiff * change pointer to reference * fixed bug * cast uint8 to int32 * Add diff compare for OCR * Add diff compare for OCR * rm ppocr pipeline * Add yolov5 diff compare * Add yolov5 diff compare * deal with comments * deal with comments * fixed bug * fixed bug * fixed thread nums
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
device: cpu
|
device: cpu
|
||||||
device_id: 0
|
device_id: 0
|
||||||
cpu_thread_nums: 1
|
cpu_thread_nums: 8
|
||||||
warmup: 10
|
warmup: 20
|
||||||
repeat: 50
|
repeat: 100
|
||||||
backend: ort
|
backend: ort
|
||||||
profile_mode: end2end
|
profile_mode: end2end
|
||||||
include_h2d_d2h: false
|
include_h2d_d2h: false
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
device: cpu
|
device: cpu
|
||||||
device_id: 0
|
device_id: 0
|
||||||
cpu_thread_nums: 1
|
cpu_thread_nums: 8
|
||||||
warmup: 20
|
warmup: 200
|
||||||
repeat: 100
|
repeat: 1000
|
||||||
backend: ort
|
backend: ort
|
||||||
profile_mode: end2end
|
profile_mode: end2end
|
||||||
include_h2d_d2h: false
|
include_h2d_d2h: false
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
device: cpu
|
device: cpu
|
||||||
device_id: 0
|
device_id: 0
|
||||||
cpu_thread_nums: 1
|
cpu_thread_nums: 8
|
||||||
warmup: 20
|
warmup: 200
|
||||||
repeat: 100
|
repeat: 1000
|
||||||
backend: ort
|
backend: ort
|
||||||
profile_mode: runtime
|
profile_mode: runtime
|
||||||
include_h2d_d2h: false
|
include_h2d_d2h: false
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
device: cpu
|
device: cpu
|
||||||
device_id: 0
|
device_id: 0
|
||||||
cpu_thread_nums: 1
|
cpu_thread_nums: 8
|
||||||
warmup: 10
|
warmup: 20
|
||||||
repeat: 50
|
repeat: 100
|
||||||
backend: ov
|
backend: ov
|
||||||
profile_mode: end2end
|
profile_mode: end2end
|
||||||
include_h2d_d2h: false
|
include_h2d_d2h: false
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
device: cpu
|
device: cpu
|
||||||
device_id: 0
|
device_id: 0
|
||||||
cpu_thread_nums: 1
|
cpu_thread_nums: 8
|
||||||
warmup: 20
|
warmup: 200
|
||||||
repeat: 100
|
repeat: 1000
|
||||||
backend: ov
|
backend: ov
|
||||||
profile_mode: end2end
|
profile_mode: end2end
|
||||||
include_h2d_d2h: false
|
include_h2d_d2h: false
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
device: cpu
|
device: cpu
|
||||||
device_id: 0
|
device_id: 0
|
||||||
cpu_thread_nums: 1
|
cpu_thread_nums: 8
|
||||||
warmup: 20
|
warmup: 200
|
||||||
repeat: 100
|
repeat: 1000
|
||||||
backend: ov
|
backend: ov
|
||||||
profile_mode: runtime
|
profile_mode: runtime
|
||||||
include_h2d_d2h: false
|
include_h2d_d2h: false
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
device: cpu
|
device: cpu
|
||||||
device_id: 0
|
device_id: 0
|
||||||
cpu_thread_nums: 1
|
cpu_thread_nums: 8
|
||||||
warmup: 10
|
warmup: 20
|
||||||
repeat: 50
|
repeat: 100
|
||||||
backend: paddle
|
backend: paddle
|
||||||
profile_mode: end2end
|
profile_mode: end2end
|
||||||
include_h2d_d2h: false
|
include_h2d_d2h: false
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
device: cpu
|
device: cpu
|
||||||
device_id: 0
|
device_id: 0
|
||||||
cpu_thread_nums: 1
|
cpu_thread_nums: 8
|
||||||
warmup: 20
|
warmup: 200
|
||||||
repeat: 100
|
repeat: 1000
|
||||||
backend: paddle
|
backend: paddle
|
||||||
profile_mode: end2end
|
profile_mode: end2end
|
||||||
include_h2d_d2h: false
|
include_h2d_d2h: false
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
device: cpu
|
device: cpu
|
||||||
device_id: 0
|
device_id: 0
|
||||||
cpu_thread_nums: 1
|
cpu_thread_nums: 8
|
||||||
warmup: 20
|
warmup: 200
|
||||||
repeat: 100
|
repeat: 1000
|
||||||
backend: paddle
|
backend: paddle
|
||||||
profile_mode: runtime
|
profile_mode: runtime
|
||||||
include_h2d_d2h: false
|
include_h2d_d2h: false
|
||||||
|
Reference in New Issue
Block a user