2015
DOI: 10.1109/tpds.2014.2347041
|View full text |Cite
|
Sign up to set email alerts
|

Exploiting Massive Parallelism for IndexingMulti-Dimensional Datasets on the GPU

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2

Citation Types

0
16
0

Year Published

2018
2018
2020
2020

Publication Types

Select...
4
2
1

Relationship

0
7

Authors

Journals

citations
Cited by 26 publications
(16 citation statements)
references
References 23 publications
0
16
0
Order By: Relevance
“…ere are two major indexing strategies for the GPU: (i) index-trees, similar to those that have been shown to provide good performance on the CPU, such as the R-tree [24]; or (ii) non-hierarchical indexes, such as grids or binning. Several works propose e cient indexes for points or other objects on the GPU [12,20,21,28,29,38].…”
Section: Indexing On the Gpumentioning
confidence: 99%
See 3 more Smart Citations
“…ere are two major indexing strategies for the GPU: (i) index-trees, similar to those that have been shown to provide good performance on the CPU, such as the R-tree [24]; or (ii) non-hierarchical indexes, such as grids or binning. Several works propose e cient indexes for points or other objects on the GPU [12,20,21,28,29,38].…”
Section: Indexing On the Gpumentioning
confidence: 99%
“…Kim et al [28] designed an R-tree for the GPU to optimize index searches that avoids many of the drawbacks of executing tree traversals on the GPU. Later, the same research group presented a hybrid approach [29] that splits the R-tree between the CPU and GPU by assigning parts of the algorithm with more regular and irregular instruction ows to the GPU and CPU, respectively.…”
Section: Indexing On the Gpumentioning
confidence: 99%
See 2 more Smart Citations
“…The disadvantage of index-trees is that they contain many branch instructions, which can reduce the parallel efficiency of the GPU due to the SIMD architecture. An R-tree for the GPU was presented in [23], which was optimized to reduce thread divergence. Later, the same authors showed that it is better to perform the tree traversal on the CPU and perform the scanning of the leaf nodes on the GPU [10].…”
Section: Introductionmentioning
confidence: 99%