Skip to content
/ Cuda Public

sample programs implemented using cuda (gpu)

Notifications You must be signed in to change notification settings

muneeb706/Cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Sample Cuda Programs

These programs can only be run on GPU.

You need cuda module and nvcc compiler to compile these programs.

To compile them you can use following template command.

module load cuda

nvcc [filename].cu -o run

To execute type,

./run

About

sample programs implemented using cuda (gpu)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages