Skip to content

JasontheMonster/Implementation-of-Parallel-String-Matching-Algorithms-with-CUDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementation-of-Parallel-String-Matching-Algorithms-with-CUDA Implement parallel string matching algorithms with CUDA in C

TO DO LIST

Cuda Naive Implementation

  • KMP algorithm
  • Binary tree witness array elimination
  • Brute force after elimination
  • modulized with testing

Improve system

  • share memory; consecutive memory access
  • parallel construction of witness array
  • block level synch
  • periodic case

About

Implement parallel string matching algorithms with CUDA in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published