Sciweavers

DAMON
2009
Springer

Frequent itemset mining on graphics processors

13 years 11 months ago
Frequent itemset mining on graphics processors
We present two efficient Apriori implementations of Frequent Itemset Mining (FIM) that utilize new-generation graphics processing units (GPUs). Our implementations take advantage of the GPU’s massively multi-threaded SIMD (Single Instruction, Multiple Data) architecture. Both implementations employ a bitmap data structure to exploit the GPU’s SIMD parallelism and to accelerate the frequency counting operation. One implementation runs entirely on the GPU and eliminates intermediate data transfer between the GPU memory and the CPU memory. The other implementation employs both the GPU and the CPU for processing. It represents itemsets in a trie, and uses the CPU for trie traversing and incremental maintenance. Our preliminary results show that both implementations achieve a speedup of up to two orders of magnitude over optimized CPU Apriori implementations on a PC with an NVIDIA GTX 280 GPU and a quad-core CPU.
Wenbin Fang, Mian Lu, Xiangye Xiao, Bingsheng He,
Added 26 May 2010
Updated 26 May 2010
Type Conference
Year 2009
Where DAMON
Authors Wenbin Fang, Mian Lu, Xiangye Xiao, Bingsheng He, Qiong Luo
Comments (0)