INF5063 - Non-mandatory Assignment 2

Second non-mandatory assignment in INF5063. The assignment will be discussed on the group lecture on October 5th.

Tasks for non-mandatory assignment 2:

  • Download the Motion JPEG encoder from Bitbucket
  • The MJPEG code is an unoptimized single threaded encoder.
  • Try to apply some of the GPU optimizations presented on the second lecture. Use profiling and benchmarks to see how this improves the execution time of your program. Test the unmodified MJPEG code on one of the Jetson TX1 development kits. Use CUDA to optimize the DCT-part of the code.
Published Sep. 26, 2017 12:45 PM - Last modified Sep. 26, 2017 12:46 PM