/multicore_sysu_slides

多核程序设计与实践-2018年第二学期课件

Primary LanguageCuda

多核程序设计与实践

Course sildes will be uploaded to this repo.

Supplementary materials for assignments will also be post here.

Notification!

  • 2019-05-03: 「For Class」An offline question and answer class will be held on May 7th(Tuesday). Any question about assignments and the final project can be asked.
  • 2019-04-04: 「For Assignments」The output time of the program will not be included in the performance evaluation section.

News!

  • 2019-05-20: Upload homework2.py. It shows how the answer is worked out.
  • 2019-05-15: Upload CUDA-HW-2.pdf. Fix some mistakes in CUDA-10.pdf
  • 2019-05-15: Upload homework-01-final-grade.xlsx into Supplements. Update cuda_output.txt to match convolution result (s=1), you can validate your program with the given output.
  • 2019-05-14: Update CUDA-10.pdf
  • 2019-05-09: Add CUDA-10.pdf
  • 2019-05-07: Add homework-02 sample files. Add cuda_output.txt as a sample output file (s=2). Add test.sh as a test script. Other assignments standard is also post in 多核程序设计作业标准.md
  • 2019-05-03: Add slides CUDA-09.pdf and update CUDA-08.pdf
  • 2019-04-17: Add slides CUDA-08.pdf
  • 2019-04-14: Add slides CUDA-07.pdf
  • 2019-04-03: Add slides CUDA-05.pdf and CUDA-06.pdf and update CUDA-04.pdf
  • 2019-03-27: Add homework-01 sample programs and files to Supplements directory
  • 2019-03-26: Add a tutorial for compiling your own GCC-6.5.0
  • 2019-03-26: Add a sample output file (s=2) for homework-01