antoniopelusi / lu-solver

Assignments for High Performace Computing exam at Unimore, Modena, IT.

Home Page:https://www.antoniopelusi.com/posts/lu-solver/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LU SOLVER

The LU decomposition factors a square matrix A into the product of two matrices:

A = LU

where:

  • L is a lower triangular matrix (all elements above the diagonal are zero);
  • U is an upper triangular matrix (all the elements below the diagonal are zero).

Parallelization made using:

  • OpenMP
  • CUDA

Device used: Jetson Nano

About

Assignments for High Performace Computing exam at Unimore, Modena, IT.

https://www.antoniopelusi.com/posts/lu-solver/


Languages

Language:C 76.4%Language:Cuda 16.9%Language:Makefile 6.7%