Bookmarks

Tiled Matrix Multiplication

Tiled matrix multiplication is an efficient algorithm used on GPUs that reduces memory access by utilizing shared memory. By organizing threads into blocks, each thread can perform calculations more quickly and with fewer memory accesses. This method is important for improving performance in tasks like graphics rendering and machine learning.

Matrix multiplication in Mojo

The text discusses matrix multiplication in Mojo. It is written by modular.com and can be found on docs.modular.com.

Matrix Multiplication on CPU

The text is about matrix multiplication on a CPU. The author is Marek Kolodziej and the domain is marek.ai.

Subcategories