All Projects → uuudown → Tartan

uuudown / Tartan

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

Programming Languages

Cuda
1817 projects
c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
Makefile
30231 projects
Roff
2310 projects

Projects that are alternatives of or similar to Tartan

gardenia
GARDENIA: Graph Analytics Repository for Designing Efficient Next-generation Accelerators
Stars: ✭ 22 (-42.11%)
Mutual labels:  benchmark-suite
open-stream-processing-benchmark
This repository contains the code base for the Open Stream Processing Benchmark.
Stars: ✭ 37 (-2.63%)
Mutual labels:  benchmark-suite
pynvme
builds your own tests.
Stars: ✭ 139 (+265.79%)
Mutual labels:  pcie
CrowdFlow
Optical Flow Dataset and Benchmark for Visual Crowd Analysis
Stars: ✭ 87 (+128.95%)
Mutual labels:  benchmark-suite
moon c
문c 블로그 with ARM64 Linux Kernel 5.x
Stars: ✭ 17 (-55.26%)
Mutual labels:  pcie
MINLPLib.jl
A JuMP-based library of Non-Linear and Mixed-Integer Non-Linear Programs
Stars: ✭ 30 (-21.05%)
Mutual labels:  benchmark-suite
libgiddy
Giddy - A lightweight GPU decompression library
Stars: ✭ 39 (+2.63%)
Mutual labels:  pcie
pcievhost
PCIe (1.0a to 2.0) Virtual host model for verilog
Stars: ✭ 22 (-42.11%)
Mutual labels:  pcie

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

Author: Ang Li, PNNL

Website: http://www.angliphd.com

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].