Cache simulator:
This lab helped me understand the impact that cache memories can have on the performance of C programs. The lab consisted of two parts. In the first part I had to write a small C program (about 200-300 lines) that simulates the behaviour of a cache memory. In the second part, I optimised a small matrix transpose function, with the goal of minimising the number of cache misses.
Following are the downloadable file:
Description: https://goo.gl/5TKvf7
Project: https://goo.gl/O1uCT4
This lab helped me understand the impact that cache memories can have on the performance of C programs. The lab consisted of two parts. In the first part I had to write a small C program (about 200-300 lines) that simulates the behaviour of a cache memory. In the second part, I optimised a small matrix transpose function, with the goal of minimising the number of cache misses.
Following are the downloadable file:
Description: https://goo.gl/5TKvf7
Project: https://goo.gl/O1uCT4
No comments:
Post a Comment