Git Product home page Git Product logo

parabench's Introduction

Parallelism-Benchmark

A simple benchmark test I've created for my Advanced Computer Architecture class.

The program simply calculates the product of two 1500x1500 matrix on a single thread, thereafter it splits the matrix as evenly as possible and distributes it to threads where the produce will again be calculated.

The program will do the operations in interger arithmetic followed by a test using floating point arithmetic.

IMPORTANT NOTE: Due to the nature of the program, it may take up to 5 minutes to complete and will look like it is idling, however it is not. Give it some time.

Also, due to some dependancies, the program will only run on Linux.

If you wish to compile it yourself:

g++ benchmark.cpp -o benchmark.out -pthread -std=c++11 -Wl,--no-as-needed

parabench's People

Contributors

xavier-baudry avatar yannlandry 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.