Computer Science – Data Structures and Algorithms
Scientific paper
2011-02-04
Computer Science
Data Structures and Algorithms
A version of this paper appears in Proceedings of IPDPS 2011
Scientific paper
Set intersection is the core in a variety of problems, e.g. frequent itemset mining and sparse boolean matrix multiplication. It is well-known that large speed gains can, for some computational problems, be obtained by using a graphics processing unit (GPU) as a massively parallel computing device. However, GPUs require highly regular control flow and memory access patterns, and for this reason previous GPU methods for intersecting sets have used a simple bitmap representation. This representation requires excessive space on sparse data sets. In this paper we present a novel data layout, "BatMap", that is particularly well suited for parallel processing, and is compact even for sparse data. Frequent itemset mining is one of the most important applications of set intersection. As a case-study on the potential of BatMaps we focus on frequent pair mining, which is a core special case of frequent itemset mining. The main finding is that our method is able to achieve speedups over both Apriori and FP-growth when the number of distinct items is large, and the density of the problem instance is above 1%. Previous implementations of frequent itemset mining on GPU have not been able to show speedups over the best single-threaded implementations.
Amossen Rasmus Resen
Pagh Rasmus
No associations
LandOfFree
A New Data Layout For Set Intersection on GPUs does not yet have a rating. At this time, there are no reviews or comments for this scientific paper.
If you have personal experience with A New Data Layout For Set Intersection on GPUs, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and A New Data Layout For Set Intersection on GPUs will most certainly appreciate the feedback.
Profile ID: LFWR-SCP-O-492312