[test-suite] r175243 - Added SmallProblemSize support for SingleSource/Benchmarks/Polybench/datamining/{correlation, covariance}. rdar://11907111.

Michael Gottesman mgottesman at apple.com
Thu Feb 14 18:45:29 PST 2013


Author: mgottesman
Date: Thu Feb 14 20:45:29 2013
New Revision: 175243

URL: http://llvm.org/viewvc/llvm-project?rev=175243&view=rev
Log:
Added SmallProblemSize support for SingleSource/Benchmarks/Polybench/datamining/{correlation,covariance}. rdar://11907111.

Added:
    test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/correlation/correlation.reference_output.small
    test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/covariance/covariance.reference_output.small
Modified:
    test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/correlation/Makefile
    test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/covariance/Makefile

Modified: test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/correlation/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/correlation/Makefile?rev=175243&r1=175242&r2=175243&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/correlation/Makefile (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/correlation/Makefile Thu Feb 14 20:45:29 2013
@@ -4,6 +4,10 @@ POLYBENCH_UTILS = SingleSource/Benchmark
 PROG          = correlation
 CFLAGS        += -I $(PROJ_SRC_ROOT)/$(POLYBENCH_UTILS) -DPOLYBENCH_DUMP_ARRAYS
 
+ifdef SMALL_PROBLEM_SIZE
+CFLAGS        += -DSMALL_DATASET
+endif
+
 HASH_PROGRAM_OUTPUT = 1
 
 include $(LEVEL)/SingleSource/Makefile.singlesrc

Added: test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/correlation/correlation.reference_output.small
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/correlation/correlation.reference_output.small?rev=175243&view=auto
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/correlation/correlation.reference_output.small (added)
+++ test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/correlation/correlation.reference_output.small Thu Feb 14 20:45:29 2013
@@ -0,0 +1 @@
+dd629592033680e24cb3b818818292e8

Modified: test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/covariance/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/covariance/Makefile?rev=175243&r1=175242&r2=175243&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/covariance/Makefile (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/covariance/Makefile Thu Feb 14 20:45:29 2013
@@ -5,6 +5,9 @@ POLYBENCH_UTILS = SingleSource/Benchmark
 PROG          = covariance
 CFLAGS        += -I $(PROJ_SRC_ROOT)/$(POLYBENCH_UTILS) -DPOLYBENCH_DUMP_ARRAYS
 
+ifdef SMALL_PROBLEM_SIZE
+CFLAGS        += -DSMALL_DATASET
+endif
 
 HASH_PROGRAM_OUTPUT = 1
 

Added: test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/covariance/covariance.reference_output.small
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/covariance/covariance.reference_output.small?rev=175243&view=auto
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/covariance/covariance.reference_output.small (added)
+++ test-suite/trunk/SingleSource/Benchmarks/Polybench/datamining/covariance/covariance.reference_output.small Thu Feb 14 20:45:29 2013
@@ -0,0 +1 @@
+e7060634372dc319d382649cf969bb65





More information about the llvm-commits mailing list