All topics concerning the contents and the use of the textbook:
R.E. Bryant & D.R. O'Hallaron, Computer Systems: A Programmer's Perspective
Tuesday, January 22, 2013
The CS:APP Cache Lab
We've released a new lab, called the Cache Lab, that we've been using at CMU in place of the Performance Lab for a few semesters. In this lab, students write their own general-purpose cache simulator, and then optimize a small matrix transpose kernel to minimize the number of cache misses. We've found that it really helps students to understand how cache memories work, and to clarify key ideas such as spatial and temporal locality.
Subscribe to:
Post Comments (Atom)
could I join the excise the lab of bomb ?
ReplyDeleteYes. Please see our earlier blog post:
Deletehttp://csappbook.blogspot.com/2011/09/labs-for-self-study-students.html
From where shall we get the header files included in the source code?
ReplyDelete