+ All Categories
Home > Documents > Memory Organization, Cache and C programming

Memory Organization, Cache and C programming

Date post: 18-Dec-2021
Category:
Upload: others
View: 4 times
Download: 0 times
Share this document with a friend
35
Carnegie Mellon 1 Memory Organization, Cache and C programming 15-213: Introduction to Computer Systems Recitation 7: Thursday, June19, 2014 Vinay Venkatesh ([email protected]) Shiva ([email protected]) Aditya Gupta ([email protected])
Transcript

Carnegie Mellon

1

Memory Organization, Cache and C programming

15-213: Introduction to Computer Systems Recitation 7: Thursday, June19, 2014

Vinay Venkatesh ([email protected])

Shiva ([email protected])

Aditya Gupta ([email protected])

Carnegie Mellon

2

Memory organization

Caching

Different types of locality

Cache organization

Programming in C and Unix kickstart

Cachelab

Part (a) Building Cache Simulator

Part (b) Efficient Matrix Transpose

Cache Lab demo

Agenda

Carnegie Mellon

16

Programming in C and Unix Kick-Start

Note: Remember to use man

Carnegie Mellon

35

Cache Lab Demo


Recommended