Giter VIP home page Giter VIP logo

gpgpu-sim-dockerfiles's Introduction

gpgpu-sim-dockerfiles

See this Medium post for more information.

Pannotia

You can use Pannotia to make sure you built GPGPU-Sim correctly. Below are the instructions to test pagerank in Pannotia:

hg clone http://gem5-gpu.cs.wisc.edu/repo/benchmarks/pannotia
cd pannotia/pagerank
make

If you want to make the test take a shorter amount of time, change #define ITER in pagerank.cu to 1. Next, you need to make symlinks to the GPU configuration files. Pick the appropriate GPU, then:

ln -s gpgpu-sim_distribution/configs/<your gpu>/config_fermi_islip.icnt
ln -s gpgpu-sim_distribution/configs/<your gpu>/gpgpusim.config
ln -s gpgpu-sim_distribution/configs/<your gpu>/gpuwattch_<your gpu>.xml

Make sure you source gpgpu-sim_distribution/setup_environment before attempting to run the workload.

Using coAuthorsDBLP.graph as an example, use the following to run pagerank:

./pagerank coAuthorsDBLP.graph 1

ubuntu1404.dockerfile

You can find this container on Docker Hub, under the name jlperona/gpgpu-sim-build. This Dockerfile and container will build and run GPGPU-Sim as is, but has a very outdated version of CUDA installed (3.2.14).

cuda6514.dockerfile

You can find this container on Docker Hub, under the name jlperona/gpgpu-sim-build-update. This Dockerfile will build GPGPU-Sim, but programs will not use GPGPU-Sim. Instead, they attempt to use the system CUDA installation. I have not been able to figure out why.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.