12.07.2015 Views

Cache Usage Tutorial - MGNet

Cache Usage Tutorial - MGNet

Cache Usage Tutorial - MGNet

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

ExampleDefine a simple vector class in the beginning:class vector {private:int length;double a[];public:vector(int l);double component(int i) { return a[i]; }...};Prof. Craig C. DouglasUniversity of Kentucky andYale UniversityHiPC2003, 12/17/2003 vHPC <strong>Cache</strong> Aware Methods 150

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!