✳flâneur — a map of the web's best reading
stanford-cs149/asst3: Stanford CS149 -- Assignment 3
github.com · 5,007 words · saved by 1 readers
Stanford CS149 -- Assignment 3
Assignment 3: A Simple CUDA Renderer Due: Thursday Oct 30, 11:59PM PST 100 points total Overview In this assignment you will write a parallel renderer in CUDA that draws colored circles. While this renderer is very simple, parallelizing the renderer will require you to design and implement data structures that can be efficiently constructed and manipulated in parallel. This is a challenging assignment so you are advised to start early. Seriously, you are advised to start early. Good luck! Environment Setup You will collect results (i.e. run performance tests) for this assignment on GPU-enabled
Explore this link on the map →related reading
- CUDA C++ Programming Guide (Legacy) — CUDA C++ Programming Guidedocs.nvidia.com
- How to Optimize a CUDA Matmul Kernel for cuBLAS-like Performance: a Worklogsiboehm.com
- An Even Easier Introduction to CUDA (Updated) | NVIDIA Technical Blogdeveloper.nvidia.com
- CUDA - Wikipediaen.wikipedia.org
- Mini Project: GPU Accelerated Matrix Multiplication (almost) like cuBLAS0mean1sigma.com
- Ray Tracing in One Weekendraytracing.github.io
- GitHub - stanford-cs149/asst1: Stanford CS149 -- Assignment 1 · GitHubgithub.com
- What happens when you run a CUDA kernelfergusfinn.com
- Inside NVIDIA GPUs: Anatomy of high performance matmul kernels - Aleksa Gordićaleksagordic.com
- Course on CUDA Programmingpeople.maths.ox.ac.uk
- BrrrVizbrrrviz.com
- Writing CUDA Kernels - Numba 0+untagged.622.gaacf444.dirty documentationnumba.readthedocs.io