diff options
Diffstat (limited to 'polly/www/performance.html')
-rw-r--r-- | polly/www/performance.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/polly/www/performance.html b/polly/www/performance.html index 300a18836d0..9315b34b19a 100644 --- a/polly/www/performance.html +++ b/polly/www/performance.html @@ -1,4 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ --> <html> @@ -14,12 +14,12 @@ <h1>Performance</h1> <p>To evaluate the performance benefits Polly currently provides we compiled the -<a href="http://www.cse.ohio-state.edu/~pouchet/software/polybench/">Polybench +<a href="https://web.cse.ohio-state.edu/~pouchet.2/software/polybench/">Polybench 2.0</a> benchmark suite. Each benchmark was run with double precision floating point values on an Intel Core Xeon X5670 CPU @ 2.93GHz (12 cores, 24 thread) system. We used <a href="http://pocc.sf.net">PoCC</a> and the included <a href="http://pluto-compiler.sf.net">Pluto</a> transformations to optimize the -code. The source code of Polly and LLVM/clang was checked out on +code. The source code of Polly and LLVM/clang was checked out on 25/03/2011.</p> <p>The results shown were created fully automatically without manual |