Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 166 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 166 Bytes

GPU Parallel Processing Homework 1

This homework is for calculating matrix multiplication.

cuda.cu is for GPU calculation.

noncuda.cu is for CPU calculation.