GithubHelp home page GithubHelp logo

devhliu / a-gpubench Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eubr-atmosphere/a-gpubench

0.0 1.0 0.0 114.16 MB

Framework to profile and collect data of applications running on GPU(s)

License: Apache License 2.0

Python 39.31% Shell 3.47% Jupyter Notebook 6.59% Dockerfile 0.19% Makefile 0.52% Batchfile 0.02% HTML 0.20% C++ 42.21% C 6.79% JavaScript 0.13% CMake 0.55% MATLAB 0.02%

a-gpubench's Introduction

a-GPUBench

Framework composed of a collection of python script to run, profile and collect data about applications exploiting GPUs. Application runs can be started by means of launch_experiment.py script.

The framework can be used with different machines and different applicaitons. The target architecture already supported by this version are:

  • inhouse server
  • Microsoft Azure VMs

The application already supported by this version are:

  • CNN training with pytorch
  • CNN training with tensorflow

The framework can be configured via .ini configuration file. An example of configuration file is available in configurations/default.ini.

Support to new providers can be provided by adding a python package under providers. The package must provide the following functions:

  • copy_list_to_target: to copy the list of experiments to be run from localhost to target
  • initialize: to initialize the target architecture
  • parse_args: to add command line arguments specific of the target architecture
  • run_experiment: to run the experiment(s)

Support to new applications (not limited to python implementations) can be provided by adding a python package under apps which wrap them. The package must provide the following functions:

  • compute_configuration_name: to compute the name of the configuration of an experiment
  • collect_data: to parse the output of an experiment and generate results
  • main: to execute experiement(s)

The code in this repository is licensed under the terms of the Apache License version 2.0.

a-gpubench's People

Contributors

lattuada avatar

Watchers

 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.