summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 12 insertions, 3 deletions
diff --git a/README b/README
index ec7ac73..2912286 100644
--- a/README
+++ b/README
@@ -12,9 +12,18 @@ Analyzing CUDA Workloads Using a Detailed GPU Simulator, in IEEE International
Symposium on Performance Analysis of Systems and Software (ISPASS), Boston, MA,
April 19-21, 2009.
-Please sign up for the google groups page for Q&A (see gpgpu-sim.org), but note
-that use of this simulator does not imply any level of support. Questions
-answered on a best effort basis.
+This file contains instructions on installing and building GPGPU-Sim. Examples
+of how to run a CUDA or OpenCL application on GPGPU-Sim are described in the
+latest version of README.ISPASS-2009 distributed with the benchmarks described
+in the above paper. The file README.ISPASS-2009 is available online here:
+<https://dev.ece.ubc.ca/projects/gpgpu-sim/browser/ispass2009-benchmarks/benchmarks/README.ISPASS-2009>
+
+Detailed documentation on what GPGPU-Sim models, how to configure it, and a
+guide to the source code can be found here: <http://gpgpu-sim.org/manual/>.
+
+If you have questions, please sign up for the google groups page (see
+gpgpu-sim.org), but note that use of this simulator does not imply any level of
+support. Questions answered on a best effort basis.
See Section 2 "INSTALLING, BUILDING and RUNNING GPGPU-Sim" below to get started.