Skip to content

philass/cuwc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cuwc

cuwc is a Cuda implementation of the common linux word count utility wc.

Requirements

  • CUDA
  • CMake

Installation

git clone https://github.com/philass/cuwc.git

Usage

First build the project by running CMake

mkdir build && cd build
cmake ..

Now you can simply run cuwc

./wc -l example_file.txt

About

Cuda implementation of the wc utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published