/ECE420Lab1

Primary LanguageCApache License 2.0Apache-2.0

# ECE 420 Lab 1
## Authors: Jared Cuglietta, Ryan Thornhill

## Info
This is a multithreaded implementation of matrix multiply.

## How to build:
From the main directory run `make all`. This will create executables in the bin directory.

## How to run:
From the main directory run `bin/main <number of threads>`

## Other notes:
See readme in sdk directory on how to generate matrix input file, and test results.