JoseFilipeFerreira / dotprod

Dotprod Performance Analysis (Advanced Architectures assignment)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotprod

Matrix multiplication optimization in C (Advanced Architectures assignment @ UMinho)

The optimizations used where:

  • matrix transposing
  • access based on blocks
  • vectorization of code
  • CUDA

Al the performance analysis where performed on the SeARCH cluster @ UMinho

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Dotprod Performance Analysis (Advanced Architectures assignment)

License:MIT License


Languages

Language:TeX 56.7%Language:C 30.2%Language:Cuda 10.9%Language:Shell 1.3%Language:Makefile 0.9%