Skip to content

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

Notifications You must be signed in to change notification settings

EmonRezaBD/CUDA-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 : 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 : This project accomplish directly data acquisition from machine vision camera (Basler) to NVIDIA GPU.
  • Follow my LinkedIn for some CUDA tutorial.