Giter Site home page Giter Site logo

taskbench's Introduction

A Benchmark Generator

This tool takes as input a YAML file describing tasks, data and dependencies. Using this file, it generates a program creating and executing those tasks, using one of the frameworks supported.

Code generation is done by templates. Add a new template do add support for another target or kernel.

The yaml file must respect some constraints:

  • the format must respect:

    • number of tasks
    • number of datas
    • list of data
      • each data has an id and a size
    • list of tasks
      • each task has a name, a numallocs, a numargs, a numchildren,
      • each task has the list of allocs, list of args, list of children
      • each task has a weight
  • Tasks are in a valid topological order.

  • Children list are in a valid topological order.

  • the file represent a creation tree that is valid for the target framework.

  • the uid of the datas are between 0 and M-1, in order.

Frameworks

Currently support XKaapi, StarPU, OpenMP 4.0 (via OmpSs) and Quark

Input Generation

It should be possible to automatically generate the input to this program too. Currently, this is done in the ggen tool.

Input examples are in the examples directory. Note that Quark requires the flat version, StarPU and OpenMP the flat or cluster version, and XKaapi support all of them.

License & Copyright

This code is under no license right now (all rights reserved).

taskbench's People

Contributors

perarnau 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.