update README

This commit is contained in:
Kevin Zhang
2025-09-04 18:39:13 +08:00
parent 79e4fd6ab1
commit 07a6c32971
19 changed files with 94 additions and 48 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

0
S1/ICTN0N/reduce_sum_algorithm.maca Normal file → Executable file
View File

18
S1/ICTN0N/reduce_sum_performance.yaml Normal file → Executable file
View File

@@ -1,5 +1,5 @@
# ReduceSum算法性能测试结果
# 生成时间: 2025-09-03 22:34:18
# 生成时间: 2025-09-04 18:32:03
algorithm: "ReduceSum"
data_types:
@@ -9,18 +9,18 @@ formulas:
throughput: "elements / time(s) / 1e9 (G/s)"
performance_data:
- data_size: 1000000
time_ms: 0.048717
throughput_gps: 20.526799
time_ms: 0.051046
throughput_gps: 19.590022
data_type: "float"
- data_size: 134217728
time_ms: 0.402560
throughput_gps: 333.410496
time_ms: 0.405018
throughput_gps: 331.387385
data_type: "float"
- data_size: 536870912
time_ms: 1.346586
throughput_gps: 398.690510
time_ms: 1.351834
throughput_gps: 397.142754
data_type: "float"
- data_size: 1073741824
time_ms: 2.639513
throughput_gps: 406.795353
time_ms: 2.618675
throughput_gps: 410.032451
data_type: "float"

0
S1/ICTN0N/run.sh Normal file → Executable file
View File

0
S1/ICTN0N/sort_pair_algorithm.maca Normal file → Executable file
View File

0
S1/ICTN0N/sort_pair_performance.yaml Normal file → Executable file
View File

0
S1/ICTN0N/topk_pair_algorithm.maca Normal file → Executable file
View File

0
S1/ICTN0N/topk_pair_performance.yaml Normal file → Executable file
View File