SPPU Semester 6 (2016-17)
-
Updated
Apr 22, 2017 - Cuda
SPPU Semester 6 (2016-17)
Canny Edge detection on video in near real-time
Repository for some basic codes which I will upload in my way of learning CUDA C/C++
Code from my Tutorial series on Hive about Nvidia's CUDA API
CUDA Programming Practices
This repository is dedicated to studying CUDA programming through the University of Illinois and NVIDIA collaboration course ECE408
Programming parallelism with CUDA Toolkit
This CMake-based project contains some wrappers around the CUDA functions I use frequently. The wrappers are mainly concerned with throwing an exception with meaningful error messages in case of errors or ensuring that the GPU is always shut down properly and all alocated ressources are released. Some utility functions are also available.
source code for CUDA Masterclass online course
Comparing chunked vs. striped memory access patterns for CPU and GPU code using the CUDA toolkit in C.
A beginner's guide to CUDA programming
This project implements a CUDA-based Tic-Tac-Toe game where two players use predefined strategies to compete. The game leverages NVIDIA GPUs for multi-GPU computation, showcasing basic strategy-driven gameplay.
A tutorial about how to install CUDA Toolkit and code with your GPU.
Experimenting with parallel programming
Add a description, image, and links to the cuda-toolkit topic page so that developers can more easily learn about it.
To associate your repository with the cuda-toolkit topic, visit your repo's landing page and select "manage topics."