2 papers
cs.DB2022
An I/O-Efficient Disk-based Graph System for Scalable Second-Order Random Walk of Large Graphs
Hongzheng Li, Yingxia Shao, Junping Du +2
Random walk is widely used in many graph analysis tasks, especially the first-order random walk. However, as a simplification of real-world problems, the first-order random walk is…
cs.DC2021
C-for-Metal: High Performance SIMD Programming on Intel GPUs
Guei-Yuan Lueh, Kaiyu Chen, Gang Chen +6
The SIMT execution model is commonly used for general GPU development. CUDA and OpenCL developers write scalar code that is implicitly parallelized by compiler and hardware. On Int…