Coder Social home page Coder Social logo

ats-bench's Introduction

ats-bench

Branch Status
develop Build Status
master Build Status

Benchmarks for unified memory handling on GPU

Microbenchmarks

  • How fast can system data be accessed?
    • System buffer fill
      • {aligned, unaligned} x {mapped/managed/system}
    • System buffer copy
      • {aligned, unaligned} x {mapped/managed/system}
  • What is the granularity of access
    • Interleave modifications to strided regions with multiple GPUs
      • {mapped/managed/system}
  • Are system atomics supported?
    • {mapped/managed/system}
  • How fast can a memory region be created?
    • Allocation + {no touch / cpu / gpu / both}
  • Page Fault cost

Benchmarks

  • Triangle Counting
  • GEMM

Building

mkdir build
cd buid
cmake ..
make

Running

Benchmarks are in src/benchmarks/*. Do src/benchmark/[class]/[the-benchmark] --help to see all of the options.

There are also some utilities in src/:

  • src/test-system-allocator: check to see if the system allocator is working

Running on HAL

srun --partition=gpu-debug --pty --nodes=1 \
  --ntasks-per-node=12 --cores-per-socket=12 \
  --gres=gpu:v100:1 --mem-per-cpu=1500 \
  --time=2:00:00 --wait=0 --export=ALL /bin/bash

Acks

Related Work

2014

Landaverde, Raphael, et al. "An investigation of unified memory access performance in cuda." 2014 IEEE High Performance Extreme Computing Conference (HPEC). IEEE, 2014. pdf

2015

Li, Wenqiang, et al. "An evaluation of unified memory technology on nvidia gpus." 2015 15th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing. IEEE, 2015. pdf

ats-bench's People

Contributors

cwpearson avatar

Watchers

 avatar  avatar

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.