Skip to content

aryanraja1072/KMP-Cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KMP-Cuda

Final report: Report.pdf

In this project we have tried to optimize the KMP algorithm on the GPU using CUDA. We have implemented the optimizations of two algorithms: the naive KMP algorithm and the DFA algorithm. We have also explored three optimizations that focus on improving the total runtime. The best kernel we have got is 2.5x faster than the baseline kernel, utilizing memory coalescing. We have also cut down the total execution time by a factor of 1.58 using unified memory.

Group Member

  • Aryan Raja(aryankr2)
  • Feiran Wang(feiranw2)
  • Xingjian Ye(xye16)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •