This source code (in Python) is a preliminary implementation of my quadratic-time positive integer matrix multiplication.
-
Updated
Nov 23, 2022 - Python
This source code (in Python) is a preliminary implementation of my quadratic-time positive integer matrix multiplication.
Parallel matrix multiplication using Intel TBB library
CUDA implementation of vector additon, matrix multiplication, reduction and sorting
OpenMP parallelization for various numerical methods and miscellaneous problems using C
OpenACC GPU parallelization for various numerical methods and miscellaneous problems using FORTRAN
MPI parallelization for various numerical methods and miscellaneous problems using FORTRAN
Design of the Fast-Orbit Feedback correction for SESAME's accelerator
OpenCL implementation of vector additon, matrix multiplication, reduction and sorting
OpenMPI Practice with Min/Max search in a vector, scalar product of vectors, matrix-multiplication: Strip & Fox algorithms.
Cannon's algorithm implemented in C with MPI
OpenACC GPU parallelization for various numerical methods and miscellaneous problems using C
Comparison of parallel matrix multiplication methods using OpenMP, focusing on cache efficiency, runtime, and performance analysis with Intel VTune.
Cannon's algorithm implemented in C with UPC (PGAS)
MPI parallelization for various numerical methods and miscellaneous problems using C
Практическое задание по лекционному курсу СКиПОД 5-го семестра ВМК МГУ (2021/2022 учебного года)
OpenMP parallelization for various numerical methods and miscellaneous problems using FORTRAN
Matrix multiplication implementation using POSIX threads with performance comparison between single and multi-threaded approaches. Supports command-line input, file-based/random matrix generation, and detailed timing analysis.
Add a description, image, and links to the matrix-multiplication-parallel topic page so that developers can more easily learn about it.
To associate your repository with the matrix-multiplication-parallel topic, visit your repo's landing page and select "manage topics."