Skip to content

paradoxical95/Matrix_Multiplication_CUDA

Repository files navigation

MatrixMultiplication_10x10 MatrixMultiplication_5x5

Simple Matrix Multiplication in CUDA. Fills the Arrays and Multiplies them as a linear arrangement. As evident from the screenshots, CUDA is really fast. Matrices were 1024*1024 but I only printed 5 and 10 in each case. Nvprof was unsupported so I resorted to simple timing events/chrono to record the execution time.

About

Simple Matrix Multiplication in CUDA on a 1024*1024 grid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages