Coder Social home page Coder Social logo

zoon17 / gpu-app-collection Goto Github PK

View Code? Open in Web Editor NEW

This project forked from accel-sim/gpu-app-collection

1.0 0.0 0.0 84.68 MB

A repository where GPU applications are aggregated using a common build flow that supports multiple CUDA versions.

Shell 0.44% JavaScript 0.14% C++ 17.04% Python 0.43% Perl 0.09% C 14.37% Objective-C 0.04% Fortran 0.16% Assembly 0.01% MATLAB 0.01% CSS 0.07% TeX 0.06% Cuda 21.46% Makefile 5.21% HTML 40.05% CMake 0.09% M4 0.04% GDB 0.01% Roff 0.29%

gpu-app-collection's Introduction

This repository contains a collection of the most common applications run in simulation. We continuously update this repo over time as different apps become more important. One of the primary goals of this repo is to provide a centralized place for apps that continue to build with different versions of CUDA. Many of the open-source repos for these applications, do not update the build infrastructure such that they build with modern CUDA, while still proving a way to build them with older versions (which may be useful for some apps). The apps in this repo can be built with CUDA 4.2 through 11.0 by simply doing:

# Make sure CUDA_INSTALL_PATH is set.
source ./src/setup_environment
make all -i -j -C ./src
make data # pulls all the data files the apps need to run and puts them in a centralized location

Some notes:

  • Some apps have additional dependencies beyond what Accel-Sim requires. This is why we recommend building with the "-i" flag to see what you can get to build on your current system. Our internal regressions verify that all the apps do build, but covering all their dependencies can be difficult. To see all the apps that built successfully, run:
ls ./bin/<cuda-vers>/release
  • We did not write many of these application suites - but we have tried to maintain their original structure and copyright information. If you use the apps in the suite with this infrastructure be sure to cite both the original paper the introduced the benchmark suite in question (i.e. the Che IISWC 2009 paper for Rodinia, etc...) and Accel-Sim paper that introduces the build infrastructure, indicating which version (i.e. label or commit#) of this repo you used so that others can reproduce your results:
Mahmoud Khairy, Zhensheng Shen, Tor M. Aamodt, Timothy G. Rogers,
Accel-Sim: An Extensible Simulation Framework for Validated GPU Modeling,
in 2020 ACM/IEEE 47th Annual International Symposium on Computer Architecture (ISCA)
  • This suite works easiest when launching work with Accel-Sim Framework: https://github.com/accel-sim/accel-sim-framework
  • The clean operation for many of these benchmark suites it not great... As a result if you truly want to clean we recommend you rm -rf the entire directory for the suite you want cleaned and perform a fresh git checkout of that folder. This is particularly important if you are trying to build for different versions of CUDA using the same directory.

./benchmarks/data_dirs

The repo itself has no data (since git is bad with big files). git-lfs is one option that could be explored, but since the public, free version of github limits the capacity and bandwidth using git-lfs, the data is simply retrieved via wget form a tarball hosted on our University servers.

./get_data.sh

will grab this data, as well as:

make data

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.