heartnetkung / symspell_gpu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cmake

# build
mkdir build;cd build;cmake ..;make

#build with cub
mkdir build;cd build;cmake .. -DBUILD_CUB=ON;make

# run given test
./test_codec

# run cli
./symspell_gpu -p ../test/sample/input1.txt -n 4 -V -c -o output.txt

About


Languages

Language:Cuda 94.9%Language:C 2.0%Language:Python 1.8%Language:CMake 1.3%