Skip to content

my-university-experience/simd-vectorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



GitHub repo size GitHub repo file count (file type) Version GitHub last commit (branch) GitHub issues GitHub contributors GitHub All Releases

SIMD Vectorization

SIMD Vectorization, related to SIMD vectorization using Intel SSE instructions for matrix-vector and matrix-matrix multiplication.The assignment involves using GCC, understanding SSE intrinsics, and implementing vectorized versions of these operations: 1- Vector-Vector Multiplication: This mode compares the performance of scalar and vectorized implementations of vector-vector multiplication. The table presents the execution times for different input sizes (128, 256, 512). 2- Matrix-Vector Multiplication: This mode compares the performance of scalar and vectorized implementations of matrix-vector multiplication. The table provides execution times for different input sizes (128, 256, 512). 3- Matrix-Matrix Multiplication: This mode compares the performance of scalar and vectorized implementations of matrix-matrix multiplication. Execution times are reported for different input sizes (128, 256, 512).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages