Unable to access certificate for ‘Fundamentals of Accelerated Computing with CUDA C/C++’

If I go to the progress page it shows that I completed the graded exercise with 100% but I cannot seem to generate the certificate

There was a change to DLI. You don’t access certificates from the course progress tab anymore. To access your certificates, you should login, and go to the dashboard. From there you will see each course that you have successfully completed, and can download certificates from there.

1 Like

Thank you very much. I was able to get it. One followup question I have is what would be the next logical class to take after this?

One possible sequence could be:

  • Fundamentals of Accelerated Computing with CUDA C++
  • Accelerating CUDA C++ Applications with Multiple GPUs
  • Scaling CUDA C++ Applications to Multiple Nodes

You already know what the first course is about. The second one introduces basic concepts of concurrency, with an emphasis on overlap of copy and compute, and also intro to using multiple GPUs. The third one focuses on work distribution across multiple GPUs (and by extension covers multiple node programming), including MPI and CUDA-aware MPI, and has an emphasis on NVSHMEM.

I don’t believe all of these are available on-demand. Some of them require instructor-led delivery, at the current time.

However, there are many DLI courses available.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.