Abstract—Graphs are common data structures for many applications, and efficient graph processing is a must for application performance. Recently, the graphics processing unit (GPU) has been adopted to accelerate various graph processing algorithms such as BFS and shortest paths. However, it is difficult to write correct and efficient GPU programs and even more difficult for graph processing due to the irregularities of graph structures. To simplify graph processing on GPUs, we propose a programming framework called Medusa which enables developers to leverage the capabilities of GPUs by writing sequential C/C++ code. Medusa offers a small set of user-defined APIs, and embraces a runtime system to automatically execute those APIs in parallel ...
Abstract—Many applications use graphs to represent and analyze data, but the effective deployment of...
Implementing a graph traversal (GT) algorithm for GPUs is a very challenging task. It is a core prim...
In recent years, GPGPUs have experienced tremendous growth as general-purpose and high-throughput co...
Graphs are the de facto data structures for many applications, and efficient graph processing is a m...
Graphs are de facto data structures for many applications, and efficient graph processing is a must ...
For large-scale graph analytics on the GPU, the irregularity of data access and control flow, and th...
We present a single-node, multi-GPU programmable graph processing library that allows programmers to...
Graph processing is increasingly used in a variety of domains, from engineering to logistics and fro...
For large-scale graph analytics on the GPU, the irregularity of dataaccess/control flow and the comp...
High-performance implementations of graph algorithms are challenging to implement on new parallel ha...
International audienceThis paper introduces an approach aimed at improving computation time for spri...
The growing use of graph in many fields has sparked a broad interest in developing high-level graph ...
In this paper, we describe our work to investigate how much cyclic graph based Genetic Programming (...
The relentless demands for improvements in the compute throughput, and energy efficiency have driven...
Abstract — In many practical applications include image processing, space searching, network analysi...
Abstract—Many applications use graphs to represent and analyze data, but the effective deployment of...
Implementing a graph traversal (GT) algorithm for GPUs is a very challenging task. It is a core prim...
In recent years, GPGPUs have experienced tremendous growth as general-purpose and high-throughput co...
Graphs are the de facto data structures for many applications, and efficient graph processing is a m...
Graphs are de facto data structures for many applications, and efficient graph processing is a must ...
For large-scale graph analytics on the GPU, the irregularity of data access and control flow, and th...
We present a single-node, multi-GPU programmable graph processing library that allows programmers to...
Graph processing is increasingly used in a variety of domains, from engineering to logistics and fro...
For large-scale graph analytics on the GPU, the irregularity of dataaccess/control flow and the comp...
High-performance implementations of graph algorithms are challenging to implement on new parallel ha...
International audienceThis paper introduces an approach aimed at improving computation time for spri...
The growing use of graph in many fields has sparked a broad interest in developing high-level graph ...
In this paper, we describe our work to investigate how much cyclic graph based Genetic Programming (...
The relentless demands for improvements in the compute throughput, and energy efficiency have driven...
Abstract — In many practical applications include image processing, space searching, network analysi...
Abstract—Many applications use graphs to represent and analyze data, but the effective deployment of...
Implementing a graph traversal (GT) algorithm for GPUs is a very challenging task. It is a core prim...
In recent years, GPGPUs have experienced tremendous growth as general-purpose and high-throughput co...