Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Course Project

Table of contents

  1. Overview
  2. Project Proposal
  3. Presentation
  4. Final Report
  5. Submissions
  6. Important Dates for Submissions

Overview

The goal of the project is to do a miniature version of a research project. You will first pick a topic, and argue in a proposal that this is a topic worth exploring, and that you are capable and prepared to do so. You will design and implement a solution to the problem you have chosen, and measure the performance of your solution. You may use whatever paralleling techniques, including Pthreads, OpenMP, MPI, MapReduce, CUDA, or OpenCL to implement your final project, and apply them on whatever research topic you think parallelization will be beneficial. You will finally present the results of your project in a final report and in a classroom presentation.

Please keep in mind that this is a research project, and not a programming project. Although the implementation of your solution is an essential component, it is only one aspect of the project, next to other equally important components, such as the evaluation and the presentation of your results. Typical research topics include parallelization and analysis of a sequential code or improvement or adaptation of a pre-existing parallel code.

Projects should be done in small groups (three students per group).

Project Proposal

Project proposal should follow ACM SIG Processings Templates (https://www.acm.org/publications/proceedings-template). Please use the ACM Sigconf format. The sections for the proposal should include:

  1. Title
  2. The participant(s)
  3. Introduction/motivation
  4. Statement of the problem (Which application did you choose for this project? Why did you choose this problem?)
  5. Proposed approaches, which include the block diagram (or architecture) of you system. Please describe the function of each components, and the interaction among these components.
  6. Language selection (What parallel language do you use? Why do you use this parallel language?)
  7. Related work
  8. Statement of expected results
  9. A timetable
  10. References

The proposal can be written in either English or Chinese.

Presentation

Your presentations of both your proposal and project should be well-prepared. You should be ready to handle questions from the professor and your classmates. Time limits will be strictly enforced. Please use PowerPoint/PDF to produce your slides. A PC will be provided.

Final Report

The final report should follow ACM SIG Processings Templates (https://www.acm.org/publications/proceedings-template). Please use the ACM Sigconf format.

The report should be 4 to 8 pages long, formatted with 9-point font.

The sections for the final report should include:

  1. Title
  2. The participant(s)
  3. Abstract: summarize your contribution in 100 words or less. An informed reader should be able to stop at the abstract and know roughly what you are doing.
  4. Introduction: background on the current state-of-the-art, why your topic is important, and what is the motivation for your work
  5. Proposed Solution: detailed description, but not code!
  6. Experimental Methodology: tests, input sets, environment, etc.
  7. Experimental Results: Quantitative data and analysis!
  8. Related work: Relate your work to research by others. Any time you mention some other work, compare or contrast it to your own.
  9. Conclusions: Highlight the important points of your analysis and contribution. Also give prospects for future research on this or related topics.
  10. References

The final report can be written in either English or Chinese.

Submissions

The electronic version of the proposal, presentation slides, final report, and the source codes of your implementation must be uploaded to the e-Campus system. The penalty for late submission is 15% per day (weekends count as 1 day).

Important Dates for Submissions

  • Group registration due on September 19, 2024
  • Project proposal due on October 17, 2024
  • Final report and source codes and presentation slides due on December 23, 2024

Back to top

This website is built using Kevin Lin's Just the Class Jekyll template.