Tag: gpu programming
Comparative performance analysis of Vulkan and CUDA programming model implementations for GPUs
https://core.ac.uk/reader/323473500
Vulkan vs. OpenGL API
A brief discussion of Vulkan vs. OpenGL and why I believe you should learn Vulkan over OpenGL going forward. I also talk briefly about OpenGL CUDA interop and the computer graphics industry as a whole. Enjoy! OpenGL CUDA Interop: https://amzn.to/2SKPH61 […]
NVIDIA Nsight Compute Tutorial #1 | Video Walkthrough (57+ minutes) | Cuda Education
A very basic overview of how to use NVIDIA Nsight Compute to optimize your CUDA kernel.
NVIDIA Nsight Systems Tutorial #1 | Video Walkthrough (48+ minutes)
A very basic video walkthrough of how to use Nsight Systems to help in optimizing your application. Nsight Systems is software from NVIDIA and is mainly intended to work with the NVIDIA graphics cards and the CUDA programming language. This […]
CUDA Graphs Tutorial | How to launch CUDA Graph by Stream Capture & Explicit API Method | Video Walkthrough (57+ min.) | Includes Source Code
Learn how to use CUDA Graphs to make your application run faster and more efficiently. This video walkthrough shows you how to create CUDA Graphs by the Stream Capture Method and the Explicit API method. It also includes source code.
CUDA Streams: Video Walkthrough (40 minutes) + Example CUDA C Code
A 40 minute video discussion about CUDA Streams, including example code.