An open API service indexing awesome lists of open source software.

https://github.com/emonrezabd/cuda-programming

This repo contains CUDA Programming with C++. Projects are done to learn CUDA from scratch.
https://github.com/emonrezabd/cuda-programming

basler-camera cuda-programming gpu-acceleration image-processing nvidia-gpu process thread vision

Last synced: about 1 month ago
JSON representation

This repo contains CUDA Programming with C++. Projects are done to learn CUDA from scratch.

Awesome Lists containing this project

README

          

# CUDA-Programming-C++

This repository contains my learning of CUDA framework with C++. Later the concepts were applied to industrial semiconductor menufacturing projects.
Notable projects in this repo:
* [SFF_CUDA_DLL](https://github.com/EmonRezaBD/CUDA-Programming/tree/main/SFF/SFF_CUDA_DLL/SFF_CUDA) : A 3D surface geometry is generated from around 04GB of RGB images. A DLL is developed to integrate it with existing MFC software since CUDA is not directly compatible with /MTd runtime-system.
* [cudaDataAcquisition](https://github.com/EmonRezaBD/CUDA-Programming/tree/main/Basler/cudaDataAcquisition/cudaDataAcquisition) : This project accomplish directly data acquisition from machine vision camera (Basler) to NVIDIA GPU.
* Follow my [LinkedIn](https://www.linkedin.com/in/emonrezabd/) for some CUDA tutorial.