Projects per year
Abstract
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.
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.
Original language | English |
---|---|
Journal | Proceedings, International Parallel and Distributed Processing Symposium (IPDPS) |
Pages (from-to) | 698 - 708 |
Number of pages | 10 |
ISSN | 1530-2075 |
Publication status | Published - 2011 |
Event | 25th IEEE International Parallel and Distributed Processing Symposium (IPDS) 2011 - Anchorage (Alaska), United States Duration: 16 May 2011 → 20 May 2011 Conference number: 25th http://www.ipdps.org/ipdps2011/2011_advance_program.html |
Conference
Conference | 25th IEEE International Parallel and Distributed Processing Symposium (IPDS) 2011 |
---|---|
Number | 25th |
Country/Territory | United States |
City | Anchorage (Alaska) |
Period | 16/05/2011 → 20/05/2011 |
Internet address |
Keywords
- Set Intersection
- Graphics Processing Unit (GPU)
- Frequent Itemset Mining
- Sparse Data Structures
- Parallel Computing
Fingerprint
Dive into the research topics of 'A New Data Layout For Set Intersection on GPUs'. Together they form a unique fingerprint.Projects
- 1 Finished
-
SQERD: Scalable Query Evaluation in Relational Databases
Pagh, R. (PI) & Amossen, R. R. (CoI)
Independent Research Fund Denmark
01/06/2007 → 31/08/2010
Project: Research