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