Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 826 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 826 Bytes

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.