Skip to content

maxwyb/CS35L_Assign8_Multithreading

Repository files navigation

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

About

Improving "srt" - a ray tracing program in C - to support multithreading.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published