From e134a152664b3edfc13b3da3aebcacb2e14cb65a Mon Sep 17 00:00:00 2001 From: Yifan Zhao <yifanz16@illinois.edu> Date: Tue, 5 Nov 2019 16:33:03 -0600 Subject: [PATCH] Config file for benchmark --- .../canny_test/data/tuner_confs.txt | 28 ++++++++----------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/llvm/test/VISC/DNN_Benchmarks/benchmarks/canny_test/data/tuner_confs.txt b/llvm/test/VISC/DNN_Benchmarks/benchmarks/canny_test/data/tuner_confs.txt index 6d896a39c1..1da274f466 100644 --- a/llvm/test/VISC/DNN_Benchmarks/benchmarks/canny_test/data/tuner_confs.txt +++ b/llvm/test/VISC/DNN_Benchmarks/benchmarks/canny_test/data/tuner_confs.txt @@ -1,18 +1,12 @@ +++++ -conf1 1.5 90 -1 promise swing_level 5 -2 promise swing_level 7 -3 gpu conv fp16 1 add fp16 1 relu fp16 1 -4 gpu mul fp16 1 add fp32 1 relu fp32 1 -5 gpu mul fp16 1 add fp16 1 relu fp16 1 -6 gpu softmax fp32 1 ------ -+++++ -conf1 1.5 90 -1 promise swing_level 5 -2 gpu conv fp16 2 add fp16 1 relu fp16 1 -3 gpu conv fp16 1 add fp16 1 relu fp16 1 -4 gpu mul fp16 1 add fp32 1 relu fp32 1 -5 gpu mul fp16 1 add fp16 1 relu fp16 1 -6 gpu softmax fp32 1 ------ +conf1 1.5 90 1.0 2.0 +1 gpu reduce fp32 1 +2 gpu map1 fp32 1 +3 gpu conv fp32 1 +4 gpu conv fp32 1 +5 gpu conv fp32 1 +6 gpu map2 fp32 1 +7 gpu reduce fp32 1 +8 gpu reduce fp32 1 +9 gpu map2 fp32 1 +----- \ No newline at end of file -- GitLab