Skip to content

A starting point for "from-scratch" cuda programs

Notifications You must be signed in to change notification settings

teju85/cuda-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a template cuda project to be used for quickly creating from-scratch CUDA PoC's.

Requirements

  • full CUDA SDK installation
  • CUDA-enabled GPU(s)

Setup

git clone https://github.com/teju85/cuda-template
cd cuda-template
make test  # for running unit-tests
make -j    # for building the final exe (or library)

Refer to the Makefile and files under src/ and tests/ folder and feel free to edit/add source files as per your needs.

About

A starting point for "from-scratch" cuda programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published