COSC3500 COSC7502 Assignment Parallel programming techniques
COSC3500/7502 Assignment : Parallel programming techniques Summary : The goal of this assignment is to implement three different matrix multiply functions for three different hardware configurations; the CPU (AVX/openMP), the GPU (CUDA), and a cluster of two nodes (MPI). The matrices are real-only square matrices. The performance of your matrix multiplication implementations will be benchmarked […]
COSC3500 COSC7502 Assignment Parallel programming techniques Read More »