1 / 7

CUDA-Programming training-1

CUDA-Programming training-1. Che-Lun Hung. Example code. GPU Memory. GPU Memory. On-chip memory. On-board memory. Reference. https://devblogs.nvidia.com/using-shared-memory-cuda-cc/. Training.

sdawn
Download Presentation

CUDA-Programming training-1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CUDA-Programming training-1 Che-Lun Hung

  2. Example code

  3. GPUMemory

  4. GPUMemory On-chip memory On-board memory

  5. Reference • https://devblogs.nvidia.com/using-shared-memory-cuda-cc/

  6. Training • Please write a CUDA program to calculate the sum from 1 to 1024 using share memory programming. • Please use multi-blocks and multi-threads to finish it.

  7. Please send the code of this training and the word file with the speedup ratio to my email. (before 5/24, 23:59). • Please annotate your name and your student ID in email. • The file name is “student ID”. If more than one file, the names are “student ID-1”, “student ID-2”, etc. • Please compress the files to a .zip or .rar file. The file name is “student ID-train7”. • For example, a student has ID “A0000001” and two files. The file names are A0000001-1.cuand A0000001-2.cu and the compressed file name is A0000001-train7.zip. • The file will be rejected without following the rules.

More Related