wxbbuaa2011 / DGNN-Booster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DGNN-Booster: A Generic FPGA Accelerator Framework For Dynamic Graph Neural Network Inference

This repository contains the code for DGNN-Booster (FCCM2023).


Overview

image

Platform

ZCU102 board. We run our design under the frequency of 100MHZ. We generate the bitstream using Vitis HLS 2021.1. We use PYNQ for design deployment.

Implementation details

To run the CPU and GPU baseline, directly run the python code under the baseline folder. To run the HLS, use the code in HLS folder using two tcl files for two differnet designs. To run deployment, use the code in Deploy folder.

Block Design

image

About


Languages

Language:Python 61.3%Language:C++ 38.2%Language:Tcl 0.5%