Lecture 15
Learning objectives
After this class, you should be able to:
- Define the IEEE representation of floating point numbers.
- Given an arithmetic operation, give the results in different rounding modes.
- Explain why results on GPUs could differ from those on the CPU.
- Use fast math functions to improve performance.
Reading assignment
- UIUC Lecture 15.
- Chapter 7 of text, sections 7.1 - 7.5.
Exercises and review questions
- Exercises and review questions on current lecture's material
- Compare the performance of the trignometric functions with and without the
-use_fast_math
option.- Preparation for the next lecture
- None.
Last modified: 26 Feb 2013