Pinned Repositories
accelerating-TC
Source code of "Accelerating triangle counting on GPU", accepted by SIGMOD'21 - By Lin Hu, Prof. Lei Zou, Yu Liu
adds
A Fast Work-Efficient GPU Algorithm for SSSP
ATOS
Multi-GPU dynamic scheduler using PGAS style cross-GPU communication
batch-dynamic-kcore-decomposition
This repository contains the experimental setup for https://arxiv.org/abs/2106.03824.
cmake-examples
Useful CMake Examples
gpma_demo
Source code for the paper: Accelerating Dynamic Graph Analytics on GPUs
GraphSampling
Learn some sampling methods
merge-spmv
Parallel-SSSP
vetga
Vectorized Toolkit for Graph Analytics
chriszhao13's Repositories
chriszhao13/PushUpCounter
A simple program using Mediapipe and OpenCV to count the number of Push Ups done. The main goal is to ensure proper form while doing Push Ups so as to achieve maximum effect.
chriszhao13/thrust
The C++ parallel algorithms library.
chriszhao13/K-core-graph-Optimization
This work is a implementation based on 2018 IEEE paper "Scalable K-Core Decomposition for Static Graphs Using a Dynamic Graph Data Structure".
chriszhao13/graph_project_start
graph-convert
chriszhao13/cmake-examples
Useful CMake Examples
chriszhao13/Coffee-Break
Here is a cup of coffee. How about taking a break? Have a little chat.
chriszhao13/GOSH
An ultra-fast, GPU-based large graph embedding algorithm utilizing a novel coarsening algorithm requiring not more than a single GPU.
chriszhao13/cugraph
cuGraph - RAPIDS Graph Analytics Library
chriszhao13/adds
A Fast Work-Efficient GPU Algorithm for SSSP
chriszhao13/cub
Cooperative primitives for CUDA C++.
chriszhao13/mini
mini is mini
chriszhao13/libgrape-lite
🍇 A C++ library for parallel graph processing 🍇
chriszhao13/CUDA_ParallelProcessing_BFS
Goal of this project is to analyze performance in Parallelization of Breadth First Search(BFS) algorithm on GPU
chriszhao13/ICDE-kcore-budget
chriszhao13/cuhornet
chriszhao13/BetweennessCentrality_DynamicGraph_GPU
This is the implementation of concepts in this paper using Cuda https://dl.acm.org/doi/10.1145/3392717.3392743
chriszhao13/cs344
Introduction to Parallel Programming class code
chriszhao13/Subway
Out-of-GPU-Memory Graph Processing with Minimal Data Transfer
chriszhao13/gpu-bfs
High Performance and Scalable GPU Graph Traversal
chriszhao13/TurboBFS
A highly scalable GPU-based set of top-down and bottom-up BFS algorithms in the language of linear algebra.
chriszhao13/Random-Graphs-with-Prescribed-K-Core-Sequences
Code available for the methods described in Random Graphs with Prescribed K-Core Sequences: A New Null Model for Network Analysis
chriszhao13/faimGraph
This code base represents "faimGraph: High Performance Management of Fully-dynamic Graphs under tight Memory Constraints on the GPU"
chriszhao13/gpma_bfs
This is a read-only mirror for https://git.recolic.net/root/gpma_bfs.git
chriszhao13/hashgraph
Multi-GPU Hash Table Backed by Sparse-Graph Data Structures
chriszhao13/udacity-cs344-colab
Google Colab Notebooks for Udacity CS344 - Intro to Parallel Programming
chriszhao13/Mouse-without-borders
Mouse Without Borders prereleases for testing/validation.
chriszhao13/CUDA-Programming
Sample codes for my CUDA programming book
chriszhao13/gpma_demo
Source code for the paper: Accelerating Dynamic Graph Analytics on GPUs
chriszhao13/ggnn
GGNN: State of the Art Graph-based GPU Nearest Neighbor Search
chriszhao13/GraphNeuralNetwork
《深入浅出图神经网络:GNN原理解析》配套代码