Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 367 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 367 Bytes

pargrep

This is the parallel grep project as part of GPU Programming Course.

Author

  • Kavya G (CS15B048)

Description

This a GPU-parallel grep clone written in CUDA.

Features

  • It can perform fixed pattern search and regex search.

  • It parallelizes searching a large file by dividing into chunks.

  • It is currently extremely slow as compared to grep.