Menu

parallel processing…

CUDA GPU Occupancy Calculator

Just discovered the CUDA GPU Occupancy Calculator spreadsheet that will help you increase the occupancy ratio of your applications. Occupancy is defined as [active warps]/[maximum warps]. You will always want your device cores to be used to its fullest potential […]

OpenGL Introduction for CUDA Programmers

Hey everyone.  I just stumbled across an excellent introduction to OpenGL to CUDA programmers.  It is a great way to bridge the gap between GPU programming and graphics visualization.  I learned a lot myself.. http://www.nvidia.com/content/gtc/documents/1055_gtc09.pdf Remember to donate to the […]