Lecture 12
Learning objectives
After this class, you should be able to:
- Use SSE instructions to optimize the performance of code on Intel x86 processors.
- Use SIMD instructions to optimize the performance of code on SPEs of the Cell processor.
Reading assignment
- Refer to the following Cell related documents on Blackboard: (i) SPE extensions and (ii) Cell SIMD Math. Refer to the Intel compiler intrinsics reference mentioned in the Lecture 12 slides.
Exercises and review questions
- Exercises and review questions on current lecture's material
- Use SSE instructions to improve the performance of your matrix multiplication code on
linprog
. Report your results on the discussion board, under theLecture 12
thread.- Use SIMD instructions to improve the performance of your matrix-vector multiplication code on the Cell processor.
- Preparation for the next lecture
- None.
Last modified: 17 Feb 2010