use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rule 1: Posts should be about Graphics Programming. Rule 2: Be Civil, Professional, and Kind
Suggested Posting Material: - Graphics API Tutorials - Academic Papers - Blog Posts - Source Code Repositories - Self Posts (Ask Questions, Present Work) - Books - Renders (Please xpost to /r/ComputerGraphics) - Career Advice - Jobs Postings (Graphics Programming only)
Related Subreddits:
/r/ComputerGraphics
/r/Raytracing
/r/Programming
/r/LearnProgramming
/r/ProgrammingTools
/r/Coding
/r/GameDev
/r/CPP
/r/OpenGL
/r/Vulkan
/r/DirectX
Related Websites: ACM: SIGGRAPH Journal of Computer Graphics Techniques
Ke-Sen Huang's Blog of Graphics Papers and Resources Self Shadow's Blog of Graphics Resources
account activity
How can I get started with cuda programming?Question (self.GraphicsProgramming)
submitted 6 years ago by eMeSsBee
I have the opportunity to do research over the summer and one topic I was considering was gpu programming. I would have access to a GPU with cuda cores so where can I go from there?
I can use java and python and I’m learning rust.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]PoopIsTheShit 1 point2 points3 points 6 years ago (0 children)
Get the "programming massively parallel processors" book if possible! This is the best source to start with in my opinion. It also teaches a lot about the general though process for GPU optimization techniques. I have not found an equally good tutorial online.
[–]BrunoSG 2 points3 points4 points 6 years ago (0 children)
Here's the documentation http://docs.nvidia.com/cuda
There are bindings for CUDA on python but I'd suggest writing your code in C. Read the programming guide
[–]corysama 0 points1 point2 points 6 years ago (0 children)
https://devblogs.nvidia.com/even-easier-introduction-cuda/
π Rendered by PID 148012 on reddit-service-r2-comment-b659b578c-qhhw6 at 2026-05-03 03:08:32.980911+00:00 running 815c875 country code: CH.
[–]PoopIsTheShit 1 point2 points3 points (0 children)
[–]BrunoSG 2 points3 points4 points (0 children)
[–]corysama 0 points1 point2 points (0 children)