W Randolph Franklin home page
... (old version)
ParallelComputingSpring2014/ home page Login


Homework 5, due Thurs 3-27-14

  1. Propose your term project. Include:
    1. Project title.
    2. Names of participants (if more than you).
    3. Other courses or projects that you'll be collaborating with or also submitting this to.
    4. Deliverables, e.g., code or research paper.
    5. 100 word description.
  2. 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.