Skip to content

Jayjack0116/prefetcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

Evaluate the effects of prefetching. Reference matrix transpose results on Intel Core(TM) i5-3320M CPU @ 2.60GHz:

sse prefetch:     55554 us
sse:             113594 us
naive:           222115 us

The work was based on the experiments by Champ Yen <champ.yen@gmail.com>.

Coding Style

You can use AStyle source code indenter to help you auto format your source code. It will for sure not correct all your coding styles but for sure will eliminate most of them. You can download AStyle from this location or install via apt-get:

sudo apt-get install astyle

To format your file you can execute below command:

astyle --style=kr --indent=spaces=4 --indent-switches --suffix=none *.[ch]

Install Git pre-commit hook to check C/C++ source file format

ln -sf ../../scripts/pre-commit.hook .git/hooks/pre-commit

About

placeholder for prefetcher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 74.0%
  • Makefile 13.1%
  • Shell 12.9%