Han Gao/Revy/Rabenda
3fcb8a7263
Add 2K2000 benchmark ( #5214 )
2 years ago
FantasyGmm
3cff53c30a
add Jetson TX2 benchmark ( #5213 )
2 years ago
mahiru
5c432d5985
add the benchmark of 8gen2 ( #5180 )
2 years ago
FantasyGmm
a029587725
Update RPi 5 GPU Benchmark Result ( #5160 )
use mesa-23.3-rc4 driver
2 years ago
FantasyGmm
22c990ac65
Add Raspberry Pi 5 GPU Benchmark ( #5152 )
2 years ago
Justin Fung
465debe9bb
Add print statements for 4 dimensions benchmark ( #5148 )
2 years ago
mizu-bai
c96bc08307
Add OneCloud Amlogic S805 ( #5120 )
2 years ago
邓实诚
a1e3ebf8e5
implement simplemath ( #4905 )
* complete abs, fmod and sin function in simplemath.h
* remove some unused variables in simplemath.cpp
* modify test-coverage.yml and add some functions to simplemath.cpp
* modify erf.cpp which included math.h
* include platform.h for NCNN_SIMPLEMATH definition
* move utility constants and functions in simplemath.h to simplemath.cpp
* guard simplemath functions with extern "C"
* add NCNN_EXPORT macro in simplemath.h
* include plateform.h and guard all declarations with NCNN_SIMPLEMATH
* clean unused code in test_unaryop.cpp
* guard #include <vector> with NCNN_SIMPLEMATH in benchncnn.cpp
* add 'static' to guard functions that not declarated in header file
* modify sin and cos with better implementation
---------
Co-authored-by: HonestDeng <HonestDeng@users.noreply.github.com>
2 years ago
張小凡
84aaedbe96
Added 5 devices(AMD*2, Intel*2, NVIDIA*1) benchmark result. ( #5085 )
2 years ago
青菜萝卜冬瓜
d1289fb12d
benchmark: add RTX A3000 6G benchmark ( #5070 )
2 years ago
Baozhu Zuo
f38fc95e0c
benchmark: add raspberry pi 5 8G benchmark ( #5058 )
2 years ago
柚木 鉉
0ddc34f522
[benchmark] Add Allwinner T527 benchmark ( #5040 )
2 years ago
青菜萝卜冬瓜
0829fa49d3
Add RK3566 and RK3588S benchmark ( #4977 )
2 years ago
tpoisonooo
a24787b32b
feat(benchmark/benchncnn.cpp): support user defined case ( #4782 )
2 years ago
Han Gao
974d1122b2
Add TH1520 gpu benchmark ( #4917 )
2 years ago
Joson
c6b191c3df
add RDK X3 Module benchmark ( #4895 )
2 years ago
Han Gao
412960c027
Update 3A6000 data ( #4894 )
2 years ago
Zhang Geng
5e50270e05
Update KunPeng 920 Platform ( #4847 )
2 years ago
nihui
3a74ae4d3d
update rpi3b+ benchmark data
2 years ago
nihui
cc37c10997
update rpi4b benchmark
3 years ago
Zhang Geng
4a78b6d457
Update HUAWEI KunPeng 920 platform ( #4795 )
3 years ago
張小凡
0e09ae1290
Reimplement the sleep() and get_current_time() functions using modern C++. ( #4677 )
3 years ago
Kenji Mouri
bd2935c11d
Update some benchmark results when using Hyper-V Linux Guest with GPU-PV enabled ( #4712 )
* Update benchmark information about Hyper-V Linux Guest with GPU-PV enabled (Intel Core i7-11800H, NVIDIA GeForce RTX 3070 Laptop GPU).
* Update benchmark information about Hyper-V Linux Guest with GPU-PV enabled (Intel Core i7-7700K, NVIDIA GeForce GTX 1050 Ti).
3 years ago
Zhang Geng
2b1feaf82b
Update VF2 score ( #4688 )
3 years ago
Zhang Geng
9fe7fc8159
Update loongson 3a4000 test score ( #4691 )
3 years ago
Zhang Geng
61a7e7204e
Update FT2000/4 scores ( #4689 )
3 years ago
Zhang Geng
62da373d4b
Added RK3399,RK3588s (op4lts,op5) ( #4687 )
3 years ago
mizu-bai
ae1e73f14a
Add Intel oneAPI 2023.1.0 Results ( #4664 )
3 years ago
lrzlin
8adf3686b8
add benchmark of loongson 2k1000la ( #4656 )
3 years ago
triple Mu
544adbb051
Fix destory in gpu ( #4653 )
3 years ago
triple Mu
e36dbdfd93
Fix core dump in benchmark ( #4648 )
3 years ago
nihui
804ac3421d
infrastructure and optimization for a53 and a55 ( #4596 )
* new api for detecting arm midr and a53 a55 arch info wrapper
* let a35 be a53 :P
* a53 bf16s
* detect running core
3 years ago
wzyforgit
6109669583
Update benchmark of 3A5000 ( #4563 )
3 years ago
wzyforgit
e06081308b
Flush benchmark of some CPU model by tag 20221128 ( #4418 )
Flush RTX3090、FT-2000、3A3000、3A4000、3A5000 benchmark data,add SW831 benchmark data.
3 years ago
nihui
b853b3d132
get_physical_cpu_count api family ( #4302 )
* get_physical_cpu_count api family
* set default to physical big cpu
* always treat smt core as big core
* is_smt_cpu
* get max freq mhz on windows
* windows thread affinity
3 years ago
li mengyang
0df463a77e
add benchmark for rk3588 on rock5b ( #4275 )
3 years ago
LinHe
9426e21166
Memory Pool Improvement For Variadic Sized Inputs ( #4190 )
* Simple miss count for better space efficiency
* Simple double ended greedy;
* Add size drop threshold setter;
* set workspace allocator cr to zero as we had some sort of recylcing capability :P
Co-authored-by: LinHeLurking <LinHeLurking@users.noreply.github.com>
Co-authored-by: nihuini <nihuini@tencent.com>
3 years ago
柚木鉉
eb9bb5d191
Add benchmark result of T-Head TH1520 ( #4240 )
`cpuinfo`:
```
isa : rv64imafdcvsu
mmu : sv39
cpu-freq : 1.848Ghz
cpu-icache : 64KB
cpu-dcache : 64KB
cpu-l2cache : 1MB
cpu-tlb : 1024 4-ways
cpu-cacheline : 64Bytes
cpu-vector : 0.7.1
```
Compiled with `-DCMAKE_TOOLCHAIN_FILE=../toolchains/c910-v240.toolchain.cmake -DCMAKE_BUILD_TYPE=release -DNCNN_OPENMP=OFF -DNCNN_THREADS=OFF -DNCNN_RUNTIME_CPU=OFF -DNCNN_RVV=ON -DNCNN_SIMPLEOCV=ON -DNCNN_BUILD_EXAMPLES=ON`
Seems much worse than expected 🤔
3 years ago
Kenji Mouri
964be3b536
Add benchmark result of Intel Celeron M 420. ( #4141 )
3 years ago
nihui
1d0917c83b
fix build with very old gcc ( #4048 )
* clear bom marker, avoid vector data function
3 years ago
xuehao.ma
962a49069a
add the param file of fastestdet in benchmark ( #4026 )
3 years ago
nihui
d2fc473d8f
update qcom810 benchmark data
3 years ago
nihui
eeb969ad2c
update qcom855plus benchmark data. set adreno gpu frequency.
3 years ago
li mengyang
3a2ac84e3c
add benchmark for amd 5700g ( #3878 )
4 years ago
BUG1989
c2fb93b6ff
Add the benchmark of AX620A ( #3813 )
4 years ago
FeiGeChuanShu
617d23f6ce
Add RK3588 benchmark ( #3808 )
4 years ago
wzyforgit
46a6d9b422
Add Loongson and Sunway benchmark data ( #3802 )
4 years ago
tpoisonooo
6fd801b6d7
feat(src/layer): add vision_transformer benchmark ( #3730 )
* feat(src/layer): add vision_transformer benchmark and relative layer
* refactor(testutil.h): add para for RandomMat
4 years ago
BUG1989
30dec7ae28
Update the benchmark of jetson agx xavier ( #3735 )
4 years ago
BUG1989
f14388a150
Add the benchmark of Jetson AGX Orin ( #3733 )
4 years ago