Skip to content

Opening book details…

About this document

C Cache Simulator for Matrix Transpose by Sachin Rajoria is a document available to read on EtoBox.

The document describes C code for transposing matrices of different sizes. It defines several functions for transposing 64x64, 32x32, and 61x67 matrices by splitting them into blocks and transposing the blocks. The transpose_submit function calls the appropriate blocking transpose function based on the matrix size.

Author
Sachin Rajoria
Language
EN