I’m a beginner at CUDA programming and am wondering if anyone knows of any good sources that discusses design patterns for CUDA.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think Modern GPU Computing is good resource for people who desire to study CUDA. You can find good explanation of reduction, scan, stream compaction parallel programming patterns and other interesting things about CUDA optimizations. This is link to GitHub for code samples from this blog.