From 6613c39d28c35e1b813842f8f28a4770cd819ac3 Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Wed, 14 Aug 2019 10:47:28 +0200 Subject: [PATCH] CMSIS-DSP: Added more details to diff.sql to explain the script. --- Testing/diff.sql | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Testing/diff.sql b/Testing/diff.sql index 66fd1aea..f28a3e00 100755 --- a/Testing/diff.sql +++ b/Testing/diff.sql @@ -26,6 +26,21 @@ and max degree regression coefficient. Change name of columns for result +USING(ID,categoryid,NAME) : would have to be extended with any parameter defining the regression +formula. +For instamce, for FFT, if ifft is an external parameter then ifft flag should be +here. + +Here we assume ref and others are generated with same settings and currentConfig.csv +If not the case, the parameters which may be different (like LOOPUNROLL, OPTIMIZED...) +should be added here so that we join the ref and other cores on common benchmark definition. + +We should not compute ratio between configuration of benchmarks which are +not matching. + +If we want to compute ratio between CORE AND PLATFORM then the view above should +be using CORE AND PLATFORM to filter and define the references. + */ select temp.otherCores.ID as ID, CATEGORY.category as CATEGORY,