Skip to content

The "CUDA templates" are a collection of C++ template classes and functions which provide a consistent interface to NVIDIA's "Compute Unified Device Architecture" (CUDA), hiding much of the complexity of the underlying CUDA functions from the programmer (see the brief overview of the main features). Original author: Markus Grabner

License

rodrigob/cudatemplates

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
src
 
 
 
 
web
 
 
 
 
 
 
 
 
 
 
If you want to build your own Debian package just do the following:

 * Make sure you have the dpkg-dev package installed

   apt-get install dpkg-dev 

   ... should do the job

 * Build the package

   In the base directory call

   dpkg-buildpackage

   This will produce a .deb file in ../

 * Install the package

   dpkg -i ../cudatemplates<some version stuff>.deb

Have fun!

Note: It should be possible to build packages on any debianish Linux distribution, e.g. Ubuntu.

About

The "CUDA templates" are a collection of C++ template classes and functions which provide a consistent interface to NVIDIA's "Compute Unified Device Architecture" (CUDA), hiding much of the complexity of the underlying CUDA functions from the programmer (see the brief overview of the main features). Original author: Markus Grabner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages