CUDA Parallel Programming/Learn CUDA and Implementation with ANOVA

From CS486wiki
Jump to navigationJump to search

← Back to project main page

Learn CUDA and Implementation with ANOVA

Example 1

On this example bb.txt file is 23 MB and it contains total of 1649996 characters to be searched. Through CUDA I implement my search time as 184 ms. Related to size of the file efficient Block number is 4, and Thread number is 512. Also all found location of search string is stored in an Array for analyze further steps.


Example 2

Example 3


Example 4


Example 5


Example 6

File:Cuda6.png


Example 7

File:Cuda7.png