Skip to content

Parallel sum reduction, parallel addition of a scalar across an array, and GPU hardware query

Notifications You must be signed in to change notification settings

jordanbonilla/Cuda-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Cuda-Example

  1. Parallel sum reduction

  2. parallel addition of a scalar across an array

  3. GPU hardware query.

No header file needed.

Just compile with minimum archetecture specification of 30. Example:

   nvcc example.cu - o example -arch=sm_30

About

Parallel sum reduction, parallel addition of a scalar across an array, and GPU hardware query

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages