ryant26 / ECE420Lab1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:C 92.1%Language:Makefile 4.8%Language:C++ 3.1%