Skip to content

deepakmeena635/HarmonicSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains a barly working CUDA implementation of Harmonics Search Algorithm Algorithm.

What's Needed:

  • nvcc
  • CUDA 6+/ Tested on 10
  • Compute_35 capable device
  • essentially you should be able to run the following line
    • $ nvcc -lcurand -lcudadevrt -rdc=true -arch=compute_35

Compilation And Execution:

  • To run simply compile: nvcc -lcurand -lcudadevrt -rdc=true -arch=compute_35 -o exec parallel.cu
  • To run : ./exec

#Check out bugs section to find out known bugs or to correct them

About

Harmony Search Algorithm written in CUDA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published