CUDACasts Episode #9: Explore GPU device memory with Nsight Eclipse Edition

Originally published at: https://developer.nvidia.com/blog/cudacasts-episode-9-explore-gpu-device-memory-with-nsight-eclipse-edition/

Visual tools offer a very efficient method for developing and debugging applications. When working on massively parallel codes built on the CUDA Platform, this visual approach is even more important because you could be dealing with tens of thousands of parallel threads. With the free NVIDIA Nsight Eclipse Edition IDE, you can quickly and easily examine the…