All Projects → sebarzi → Cuda_word_split

sebarzi / Cuda_word_split

Licence: apache-2.0
This project is an old code for Chinese words split. It is written by CUDA at 2010, so it could not run well directly under you platform without an GPU card.

Labels

Projects that are alternatives of or similar to Cuda word split

Libomptarget
Stars: ✭ 18 (-41.94%)
Mutual labels:  cuda
Presentations
Slides and demo code for past presentations
Stars: ✭ 7 (-77.42%)
Mutual labels:  cuda
Imagenet Classifier Tensorflow
Image recognition and classification using Convolutional Neural Networks with TensorFlow
Stars: ✭ 13 (-58.06%)
Mutual labels:  cuda
Sepconv Slomo
an implementation of Video Frame Interpolation via Adaptive Separable Convolution using PyTorch
Stars: ✭ 918 (+2861.29%)
Mutual labels:  cuda
Zluda
CUDA on Intel GPUs
Stars: ✭ 937 (+2922.58%)
Mutual labels:  cuda
Gpu badmm mt
Bregman ADMM for mass transportation on GPU
Stars: ✭ 10 (-67.74%)
Mutual labels:  cuda
Wheels
Performance-optimized wheels for TensorFlow (SSE, AVX, FMA, XLA, MPI)
Stars: ✭ 891 (+2774.19%)
Mutual labels:  cuda
Cuda Cnn
Implementation of a simple CNN using CUDA
Stars: ✭ 29 (-6.45%)
Mutual labels:  cuda
Cupoisson
CUDA implementation of the 2D fast Poisson solver
Stars: ✭ 7 (-77.42%)
Mutual labels:  cuda
Graphvite
GraphVite: A General and High-performance Graph Embedding System
Stars: ✭ 865 (+2690.32%)
Mutual labels:  cuda
Lattice net
Fast Point Cloud Segmentation Using Permutohedral Lattices
Stars: ✭ 23 (-25.81%)
Mutual labels:  cuda
Neanderthal
Fast Clojure Matrix Library
Stars: ✭ 927 (+2890.32%)
Mutual labels:  cuda
Theano Roi Align
An implementation of the RoiAlign operation for Theano
Stars: ✭ 11 (-64.52%)
Mutual labels:  cuda
Cudajacobi
CUDA implementation of the Jacobi method
Stars: ✭ 19 (-38.71%)
Mutual labels:  cuda
Cub
Cooperative primitives for CUDA C++.
Stars: ✭ 883 (+2748.39%)
Mutual labels:  cuda
Neuralsuperresolution
Real-time video quality improvement for applications such as video-chat using Perceptual Losses
Stars: ✭ 18 (-41.94%)
Mutual labels:  cuda
Stn3d
3D Spatial Transformer Network
Stars: ✭ 8 (-74.19%)
Mutual labels:  cuda
Cuda Utilities
Utilities for CUDA programming
Stars: ✭ 30 (-3.23%)
Mutual labels:  cuda
Des Cuda
DES cracking using brute force algorithm and CUDA
Stars: ✭ 21 (-32.26%)
Mutual labels:  cuda
Uammd
A CUDA project for Molecular Dynamics, Brownian Dynamics, Hydrodynamics... intended to simulate a very generic system constructing a simulation with modules.
Stars: ✭ 11 (-64.52%)
Mutual labels:  cuda

cuda_word_split

This project is an old code for Chinese words split. It is written by CUDA at 2010, so it could not run well directly under you platform without an GPU card.

  • 郑重提示 本开源是作者研究生期间所做,是国内外原创,全部知识产权归华中科技大学智能与分布式计算实验室所有。 最新的代码和改进算法,请联系华中科技大学计算机学院《智能与分布式计算实验室》李瑞轩教授!

  • 下面公开的算法和说明,与作者目前所在公司不存在任何知识产权纠纷和泄密等问题。

  • 任何个人、团队、研究结构、商业结构可以对本算法进行使用、修改、扩展、传播。 使用本算法不当而造成的损失,责任有使用者自行负责。

  • 请在你的论文撰写或者技术研讨交流中,如果引用或者参考过本项目思路或者源码,建议做引用说明,非常感谢!

实验结果

Microsoft Windows Server 2003 Intel(R) Pentium(R) Dual CPU E2180 @2.00GHz 2.00GHz,2.0Gb memory GTS250,CUDA3.0,Microsoft Visual C++ 2008 Expression Edition


64 thread perDoc
docNum | all_global  all_blend  | max_global  max_blend   | min_global    min_blend   | size        |
    48 | 44.48MB/s   47.618MB/s | 53.36MB/s   56.348MB/s  | 58.918MB/s    62.106MB/s  | 119104 words|
    96 | 77.738MB/s  89.66MB/s  | 104.55MB/s  121.071MB/s | 127.0456MB/s  146.038MB/s | 473990 words|
   112 | 78.79MB/s   91.848MB/s | 108.95MB/s  126.95MB/s  | 133.917MB/s   154.876MB/s | 559031 words|
   128 | 80.435MB/s  93.03MB/s  | 112.57MB/s  129.97MB/s  | 141.1996MB/s  161.439MB/s | 644470 words|

128 threead/perDoc
donNum | all_global   all_blend | max_global   max_blend  | min_global    min_blend   | size
    48 | 62.14MB/s    56.71MB/s | 79.26MB/s    72.22MB/s  | 91.268MB/s    79.08MB/s   | 119104 words|
    96 | 86.00MB/s    100.06MB/s| 120.32MB/s   138.176MB/s| 155.29MB/s    170.42MB/s  | 473990 words|
   112 | 83.19MB/s    91.87MB/s | 113.437MB/s  132.478MB/s| 138.755MB/s   160.086MB/s | 559031 words|
   128 | 84.68MB/s    90.08MB/s | 116.90MB/s   137.557MB/s| 144.765MB/s   166.77MB/s  | 644470 words|

CPU
 docNum=1, size= 935063 bytes
 all  27.86MB/s              
 max  55.73MB/s 
 min  55.73Mb/s

另外,早些公开的文档链接 http://blog.sina.com.cn/s/blog_4d58e3c001010ufv.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].