rajesh-s / cs639-parallel-throughput-opt-prog

Parallel and Throughput-Optimized Programming by Prof. Sifakis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs639-parallel-throughput-opt-prog

Parallel and Throughput-Optimized Programming by Prof. Sifakis

Key takeaways

  • With sparse matrices, it is important to identify patterns for transformations to result in reordering and parallelism performance at a divided level (i.e. a chunk of a larger full matrix or the factor in cholesky). Think about using ML to apply the right set of transformations to achieve the right performance on sparsity engineering.

About

Parallel and Throughput-Optimized Programming by Prof. Sifakis


Languages

Language:C++ 81.0%Language:Makefile 9.0%Language:C 6.8%Language:Shell 2.5%Language:Python 0.7%