Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 822 Bytes

File metadata and controls

19 lines (13 loc) · 822 Bytes

Multithreaded Performance: UCLA CS35L Assignment 8

Improve "srt" - a ray tracing program in C - to support multithreading, and thus improve its performance on multicore processors.

How to run the program

  • cd into the program directory; then make to generate the executable file.
  • ./srt -N to run, where -N is the number of threads using.
  • make clean check outputs four ray tracing images calculated by 1, 2, 4 and 8 threads.

References


Yingbo (Max) Wang

University of California, Los Angeles