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/Parallel-SSSP
chriszhao13/ATOS
Multi-GPU dynamic scheduler using PGAS style cross-GPU communication
chriszhao13/batch-dynamic-kcore-decomposition
This repository contains the experimental setup for https://arxiv.org/abs/2106.03824.
chriszhao13/GraphSampling
Learn some sampling methods
chriszhao13/chriszhao13
Config files for my GitHub profile.
chriszhao13/CodeSamples
Code samples for the CUDA tutorial "CUDA and Applications to Task-based Programming"
chriszhao13/Compressed-Graph-Traversal
GPU based Compressed Graph Traversal
chriszhao13/CompressGraph
chriszhao13/CPP
Lecture notes, projects and other materials for Course 'CS205 C/C++ Program Design' at Southern University of Science and Technology.
chriszhao13/CTGCN
CTGCN: k-core based Temporal Graph Convolutional Network for Dynamic Graphs (accepted by IEEE TKDE in 2020) https://ieeexplore.ieee.org/document/9240056
chriszhao13/cuda-samples
Samples for CUDA Developers which demonstrates features in CUDA Toolkit
chriszhao13/CUDA-Tutorial.github.io
chriszhao13/fast_matrix_market
Fast and full-featured Matrix Market I/O library for C++ and Python
chriszhao13/FoCore
FocusCore Decomposition of Multilayer Graphs
chriszhao13/football
Check out the new game server:
chriszhao13/GraphChallengePNNL-SpDNN
SpDNN Implementations using CuPY, cuSparse, and OpenMP
chriszhao13/graphlite
A lightweight C++ graph library
chriszhao13/HyTGraph
HyTGraph: GPU-Accelerated Graph Processing with Hybrid Transfer Management
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/KCGPU
chriszhao13/nand2tetris
计算机系统要素-从零开始构建现代计算机
chriszhao13/Parallel-Maximum-Clique
Parallel Maximum Clique Library
chriszhao13/perfbook
Is Parallel Programming Hard, And If So, What Can You Do About It?
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/pygraphistry
PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer
chriszhao13/Skywalker
chriszhao13/SpDNN_Challenge2020
Codebase for the 2020 Graph Challenge
chriszhao13/thrust
The C++ parallel algorithms library.
chriszhao13/TLPGNN
Source codes for TLPGNN paper published at HPDC'22
chriszhao13/TriCore
Source codes for TriCore paper published at SC'18