issues
search
JinwoongKim
/
Massively-Parallel-Query-Processing-on-Heterogeneous-Architecture
Homepage
http://jinwoongkim.github.io/Massively-Parallel-Query-Processing-on-Heterogeneous-Architecture/
1
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Dumping RTree_LeafScan inefficiently
#72
JinwoongKim
opened
8 years ago
0
Rename BVH to LBVH
#71
JinwoongKim
opened
8 years ago
0
Dumping BVH is exactly same with RTree
#70
JinwoongKim
opened
8 years ago
1
Calling Top_down, Bottom_Up function
#69
JinwoongKim
opened
8 years ago
0
Store(Dump) internal nodes and leaf nodes separately
#68
JinwoongKim
closed
8 years ago
1
Rename Rtree to BVH
#67
JinwoongKim
closed
8 years ago
1
Rename for 'internal tree degree' to another one
#66
JinwoongKim
opened
8 years ago
1
Use submodule for other trees
#65
JinwoongKim
opened
8 years ago
0
How to measure each device performance?
#64
JinwoongKim
opened
8 years ago
1
Resize the number of degrees for internal nodes
#63
JinwoongKim
closed
8 years ago
2
Add 'debug' option into Makefile
#62
JinwoongKim
opened
8 years ago
0
Implement Test Modules
#61
JinwoongKim
opened
8 years ago
0
What is the 'b_node_ptr' in tree class
#60
JinwoongKim
opened
8 years ago
1
128 ChunkSize -> 1 ChunkSize
#59
JinwoongKim
closed
8 years ago
1
Fix Multi Level Scanning bug in Hybrid Index
#58
JinwoongKim
opened
8 years ago
0
Build the tree in bottom up fashion after transforming the node in SOA
#57
JinwoongKim
opened
8 years ago
0
Fix bug on GetIndexName()
#56
JinwoongKim
closed
8 years ago
0
Implement Multi-thread R-tree and Partitioned MPHR tree for performance compartison
#55
JinwoongKim
closed
8 years ago
1
Unified Memory in CUDA
#54
JinwoongKim
closed
8 years ago
1
Add an index file recreation option
#53
JinwoongKim
opened
8 years ago
1
Use std::ceil
#52
JinwoongKim
opened
8 years ago
0
CUDA 7 Streams Simplify Concurrency
#51
JinwoongKim
closed
8 years ago
1
Maximize CPU Threads with Shared Queue(TBU)
#50
JinwoongKim
opened
8 years ago
1
Make a macro or function for multi-thread stuff
#49
JinwoongKim
opened
8 years ago
0
Generate query datsets
#48
JinwoongKim
closed
8 years ago
1
Unnecessary header files
#47
JinwoongKim
opened
8 years ago
0
Number of leaf nodes is not equal the last element in level_node_count
#46
JinwoongKim
closed
8 years ago
1
Support multi query processing
#45
JinwoongKim
closed
8 years ago
1
Parallel Sorting is needed
#44
JinwoongKim
closed
8 years ago
1
New query dataset is needed for evaluation
#43
JinwoongKim
opened
8 years ago
0
Leaf Node Duplication in Hybrid Indexing
#42
JinwoongKim
opened
8 years ago
0
No more extendLeaf node in Top-Down construction
#41
JinwoongKim
closed
8 years ago
1
Parallelize Top-Down Construction
#40
JinwoongKim
closed
8 years ago
1
Code duplication in tree.cpp
#39
JinwoongKim
opened
8 years ago
1
Do not use unsigned long long and long instead long long
#38
JinwoongKim
closed
8 years ago
1
Node allocation problem in a Top-down building function
#37
JinwoongKim
closed
8 years ago
1
Consider MBB in FindSplits function
#36
JinwoongKim
closed
8 years ago
3
Use smart pointers with cudaMemcpy
#35
JinwoongKim
opened
8 years ago
1
Run search function on multiple trees shows a wrong result
#34
JinwoongKim
opened
8 years ago
0
Separate one giant big file into several files
#33
JinwoongKim
opened
8 years ago
0
Disabled some codes
#32
JinwoongKim
opened
8 years ago
0
Use Pinned Memory instead of Pageable Memory
#31
JinwoongKim
closed
8 years ago
1
Optimize TraverseInternalNodes function & Top-down construction
#30
JinwoongKim
opened
8 years ago
2
Can't copy the leaf nodes into device memory at a time
#29
JinwoongKim
closed
8 years ago
1
Deallocation of node_ptr in Hybrid indexing
#28
JinwoongKim
closed
8 years ago
1
Sorting a large scale Branches
#27
JinwoongKim
closed
8 years ago
2
Executing cuRAN causes "stack smashing detected" error
#26
JinwoongKim
closed
8 years ago
0
Build indices with large scale datasets
#25
JinwoongKim
closed
8 years ago
5
Shrink child offsets
#24
JinwoongKim
closed
8 years ago
1
MPHR class and Hybrid class have the same codes
#23
JinwoongKim
closed
8 years ago
1
Next