Skip to content

The kernel will multiply a matrix M by another matrix N, storing the product matrix P. M, N, and P will not necessarily be square. Instead, M can have m rows and k columns, N will have k rows and n columns, and the product will then have m rows and n columns. The values of m, k, and n will not necessarily necessarily be multiples of the TILE_WIDTH.

Notifications You must be signed in to change notification settings

venkateshreddy74/Tiled-Matrix-Multiplication-for-Square-and-Non-Square-Matrices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Tiled-Matrix-Multiplication-for-Square-and-Non-Square-Matrices

The kernel will multiply a matrix M by another matrix N, storing the product matrix P. M, N, and P will not necessarily be square. Instead, M can have m rows and k columns, N will have k rows and n columns, and the product will then have m rows and n columns. The values of m, k, and n will not necessarily necessarily be multiples of the TILE_WIDTH.

About

The kernel will multiply a matrix M by another matrix N, storing the product matrix P. M, N, and P will not necessarily be square. Instead, M can have m rows and k columns, N will have k rows and n columns, and the product will then have m rows and n columns. The values of m, k, and n will not necessarily necessarily be multiples of the TILE_WIDTH.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages