symspell_gpu

所属分类:GPU/显卡
开发工具:Cuda
文件大小:0KB
下载次数:0
上传日期:2023-11-05 02:17:01
上 传 者sh-1993
说明:  symspell通用处理器
(symspell gpu)

文件列表:
CMakeLists.txt (587, 2023-12-15)
extra/ (0, 2023-12-15)
extra/emerson1.zip (49934362, 2023-12-15)
extra/emerson10.zip (45385218, 2023-12-15)
extra/emerson11.zip (44918926, 2023-12-15)
extra/emerson12.zip (45300985, 2023-12-15)
extra/emerson13.zip (47298874, 2023-12-15)
extra/emerson14.zip (15464150, 2023-12-15)
extra/emerson2.zip (42079328, 2023-12-15)
extra/emerson3.zip (43162812, 2023-12-15)
extra/emerson4.zip (45381313, 2023-12-15)
extra/emerson5.zip (44845855, 2023-12-15)
extra/emerson6.zip (46556624, 2023-12-15)
extra/emerson7.zip (48360051, 2023-12-15)
extra/emerson8.zip (42843108, 2023-12-15)
extra/emerson9.zip (46918411, 2023-12-15)
extra/preprocess.py (845, 2023-12-15)
src/ (0, 2023-12-15)
src/brute_force.cu (2248, 2023-12-15)
src/cli.cu (5542, 2023-12-15)
src/codec.cu (3051, 2023-12-15)
src/cub.cu (3112, 2023-12-15)
src/generate_combination.cu (2225, 2023-12-15)
src/kernel.cu (3245, 2023-12-15)
src/n_way_merge.cu (1830, 2023-12-15)
src/symspell.cu (7223, 2023-12-15)
src/symspell.h (895, 2023-12-15)
src/util.cu (2937, 2023-12-15)
test/ (0, 2023-12-15)
test/sample/ (0, 2023-12-15)
test/sample/input1.txt (20, 2023-12-15)
test/sample/input2.txt (14, 2023-12-15)
test/sample/input3.txt (14, 2023-12-15)
test/test_brute_force.cu (1717, 2023-12-15)
test/test_codec.cu (2167, 2023-12-15)
test/test_cub.cu (4915, 2023-12-15)
test/test_generate_combination.cu (841, 2023-12-15)
test/test_n_way_merge.cu (1294, 2023-12-15)
... ...

## Cmake ```bash # 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 ```

近期下载者

相关文件


收藏者