I have enrolled for the self paced “CUDA learning with C++” course. The CUDA environment spins up a Jupyter notebook, how do I navigate around running my .cu file on this? And is there any forum for asking questions regarding the self paced courses?
Hello @manasa.potta, thanks for posting your question. You’re welcome to ask questions here on the forum.
As you move through the notebooks in the course, you will eventually get to places where you will be compiling your .cu files, and then running. In this course we primarily stick to compiling and running code via the Jupyter notebook by prefixing our commands in the code cells with a !
, which tells Jupyter to run a shell command instead of its default Python command.
If I misunderstand your question or if you have others, please let me know.
Best,
Hi @jwyatt thanks for the clarification. I’m going through this coursework and trying to work on the jupyter notebook, I got a message saying “I have completed my usage limit for the lab work” could you please help me with this issue? I don’t see any video tutorials, so I am assuming this course mostly contains only lab and some reading material. I am just starting off and already out of usage limit to access lab.
If you could please send me an email @manasa.potta to jwyatt@nvidia.com that includes the email associated with your DLI account, I can help you with your current usage limit issue.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.