GithubHelp home page GithubHelp logo

uuudown / tartan Goto Github PK

View Code? Open in Web Editor NEW
57.0 3.0 13.0 245.6 MB

Tartan: Evaluating Modern GPU Interconnect via a Multi-GPU Benchmark Suite

Home Page: http://www.angliphd.com

C 21.31% C++ 7.15% Makefile 0.48% Shell 0.18% Python 1.37% Cuda 69.11% Objective-C 0.03% MATLAB 0.09% Fortran 0.03% Roff 0.19% Gnuplot 0.05%
multi-gpus gpu benchmark-suite nvlink pcie interconnect

tartan's Introduction

####========================================================================

Author: Ang Li, PNNL

Created: 03/19/2018 04:12:50 PM, Richland, WA, USA.

####========================================================================

##Introduction:

Tartan is a multi-GPU benchmark suite. It is proposed to evaluate modern GPU interconnect in our IISWC-18 paper "Tartan: Evaluating Modern GPU Interconnect via a Multi-GPU Benchmark Suite". Please see our paper (as included) for more details.

Tartan contains three sub-directories:

microbenchmark The microbenmarking routines to measure the startup latency, sustainable uni-/bi-direction bandwidth, bandwidth with message size, etc. for Peer-to-Peer (P2P) and and Collective Communication (CL) on PCI-e, NVLink-V1, NVLink-V2 and InfiniBand.

scale-up Applications for intra-node scale-up (i.e., single node with multiple GPUs)

scale-out Applications for inter-node scale-out (i.e., GPU-accelerated multi-node system)

##Acknowledge:

The applications in Tartan were modified from their original implementations. It is an joint effort of the community. Here we list the source of the original design.

Microbenchmark:

Scale-up:

Scale-out:

The Tartan Benchmark Suite and the evaluation research was supported by the U.S. DOE Office of Science, Office of Advanced Scientific Computing Research, under award 66150: "CENATE - Center for Advanced Architecture Evaluation". The Pacific Northwest National Laboratory is operated by Battelle for the U.S. Department of Energy under contract DE-AC05-76RL01830. This research was also supported by the Exascale Computing Project (17-SC-20-SC), a collaborative effort of the U.S. DOE Office of Science and National Nuclear Security Administration. Part of the computing resources is from the Oak Ridge Leadership Computing Facility. The Oak Ridge National Laboratory is supported by the Office of Science of the U.S. Department of Energy under Contract No. DE-AC05-00OR22725.

##MIT License

This benchmark suite is modified from individual applications. Please refer to each application's license requirement.

Copyright 2018 Ang Li, PNNL.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

tartan's People

Contributors

sderek avatar uuudown avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tartan's Issues

Hardcoded Paths in Makefiles

At least some of the Makefiles in this project hardcode paths to MPI, NCCL, etc. at the lowest directory level, which means a user from a different system has to change those defaults just to be able to build the project. Example: microbenchmark/scale_out_cl/src/Makefile

There are shared.mk files to centralize that and they are used in SOME of the Makefiles, but not in most of them. Please fix that.

Scale-up-nvlink kmeans memcpy and memzero errors

When I try to make the kmeans application in scale-up-nvlink, I get the following error:

centroids.cu(105): error: no instance of overloaded function "kmeans::detail::memcpy" matches the argument list
            argument types are: (thrust::device_vector<int, thrust::device_allocator<int>>, thrust::device_vector<int, thrust::device_allocator<int>>)

centroids.cu(116): error: no instance of function template "kmeans::detail::memzero" matches the argument list
            argument types are: (thrust::device_vector<double, thrust::device_allocator<double>>)

centroids.cu(119): error: no instance of function template "kmeans::detail::memzero" matches the argument list
            argument types are: (thrust::device_vector<int, thrust::device_allocator<int>>)

where is OLCF_SPECTRUM_MPI_ROOT ?

Hello, I want to use the above test program, but I can't find this definition below:
"source $OLCF_SPECTRUM_MPI_ROOT/jsm_pmix/bin/export_smpi_env -gpu "

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.