Skip to content

CamiloValderruten/cache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

cache

My solution to the infamous CMU Cache lab - implementing a cache and optimized matrix transpose in C. The cache simulator file csim.c takes a reference trace file (given from school) of recorded memory accesses and reports the hits/misses based on different cache configurations. The matrix transpose file trans.c causes as few cache misses as possible across different sized matrices.

Received full score for this assignment.

About

Cache and optimized matrix transpose in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%