Git Product home page Git Product logo

fluxbench.jl's Introduction

FluxBench.jl

bench-img

This is a repository that backs the results generated for https://speed.fluxml.ai

It is a collection of benchmarking runs for a subset of modeling done in the FluxML ecosystem and also serves as a means of tracking progress.

Running Locally

To run the benchmarks locally:

  • clone this repository
  • cd in to the local copy via cd FluxBench.jl
  • open Julia and call ] instantiate

And finally:

julia> using FluxBench

julia> FluxBench.bench()

Adding Benchmarks

To contribute benchmarks one needs to:

  • add in the script(s) to the src/packages directory with the required dependencies and code needed to run the benchmarks
    • Note: remember to add a group to the SUITE variable via the addgroup!(SUITE, "name/of/benchmark/group")
    • Treat group as a dictionary and new benchmarks can be added via assigning results to group as: group["name_of_benchmark"] = @benchmarkable ...
    • Please use the macro @benchmarkable to set up the benchmarks (see BenchmarkTools.jl for a reference)
    • Please follow the performance, profiling and benchmarking guides of the different packages used in the benchmark. Examples include - Julia's, Flux's, CUDA's, BenchmarkTools
  • include the benchmarks in the top level file src/FluxBench.jl
  • call the benchmarks in the bench function located in file src/bench.jl

fluxbench.jl's People

Contributors

avik-pal avatar chengchingwen avatar dhairyalgandhi avatar ianbutterworth 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.