[test-suite] r175245 - Added SmallProblemSize support for SingleSource/Benchmarks/Polybench/medley/floyd-warshall.
Michael Gottesman
mgottesman at apple.com
Thu Feb 14 18:59:06 PST 2013
Author: mgottesman
Date: Thu Feb 14 20:59:06 2013
New Revision: 175245
URL: http://llvm.org/viewvc/llvm-project?rev=175245&view=rev
Log:
Added SmallProblemSize support for SingleSource/Benchmarks/Polybench/medley/floyd-warshall.
rdar://11907111.
Added:
test-suite/trunk/SingleSource/Benchmarks/Polybench/medley/floyd-warshall/floyd-warshall.reference_output.small
Modified:
test-suite/trunk/SingleSource/Benchmarks/Polybench/medley/floyd-warshall/Makefile
Modified: test-suite/trunk/SingleSource/Benchmarks/Polybench/medley/floyd-warshall/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Polybench/medley/floyd-warshall/Makefile?rev=175245&r1=175244&r2=175245&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Polybench/medley/floyd-warshall/Makefile (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Polybench/medley/floyd-warshall/Makefile Thu Feb 14 20:59:06 2013
@@ -4,6 +4,10 @@ POLYBENCH_UTILS = SingleSource/Benchmark
PROG = floyd-warshall
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/medley/floyd-warshall/floyd-warshall.reference_output.small
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Polybench/medley/floyd-warshall/floyd-warshall.reference_output.small?rev=175245&view=auto
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Polybench/medley/floyd-warshall/floyd-warshall.reference_output.small (added)
+++ test-suite/trunk/SingleSource/Benchmarks/Polybench/medley/floyd-warshall/floyd-warshall.reference_output.small Thu Feb 14 20:59:06 2013
@@ -0,0 +1 @@
+cb25ad8d996cd98b5033b75a49811c84
More information about the llvm-commits
mailing list