Homework 5, due Thurs 3-27-14
- Propose your term project. Include:
- Project title.
- Names of participants (if more than you).
- Other courses or projects that you'll be collaborating with or also
submitting this to.
- Deliverables, e.g., code or research paper.
- 100 word description.
- Write a thrust program that operates on a vector of floats to compute,
all at once, the mean, standard deviation, min, max, and mode.
Use zip iterators to do all this in one reduction. Start with the minmax.cu example.
Try on 100M random numbers.
Report times and compare results on both the device and host.