From 69ad4272918a7fa2125c68d7d7b9ba917152f13d Mon Sep 17 00:00:00 2001 From: Scott Beamer Date: Fri, 2 Oct 2015 16:52:59 -0700 Subject: [PATCH] add ref to spec on arxiv --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4a1f33..3240bb7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ GAP Benchmark Suite [![Build Status](https://travis-ci.org/sbeamer/gapbs.svg)](https://travis-ci.org/sbeamer/gapbs) =================== -This is a pre-release copy of the reference code for the upcoming [GAP](https://www.cs.berkeley.edu/~sbeamer/gap/) Benchmark Suite. It is designed to be a portable high-performance baseline. It only requires a compiler with support for C++11. For parallelism it uses OpenMP, but if the compiler lacks OpenMP support, it can also be compiled to run serially. +This is a pre-release copy of the reference code for the upcoming [GAP](http://gap.cs.berkeley.edu/) Benchmark Suite. It is designed to be a portable high-performance baseline. It only requires a compiler with support for C++11. For parallelism it uses OpenMP, but if the compiler lacks OpenMP support, it can also be compiled to run serially. Kernels Included ---------------- @@ -58,3 +58,12 @@ Future Features + Release integration support for OpenTuner + Ensure support for SunStudio compiler on SPARC + Scripts to perform official benchmark runs + + + +How to Cite +----------- + +Please cite this code by the benchmark specification: + +Scott Beamer, Krste Asanović, David Patterson. [*The GAP Benchmark Suite*](http://arxiv.org/abs/1508.03619). arXiv:1508.03619 [cs.DC], 2015.