Skip to content

royenheart/tCUDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tCUDA

CUDA Learning

How to build

  1. Correctly install nvidia gpu driver and nvidia cuda toolkit.
  2. Correctly install opencv (4.4.0 and above is okay, use components core,highgui,imageproc).
  3. Add necessary build/runtime path of opencv and nvidia cuda toolkit to the environment.
  4. Using cmake/xmake(recommend) to build the project.

The build files are located in build dir as default.