GithubHelp home page GithubHelp logo

mengjin001 / data-analytics Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xilinx/data-analytics

0.0 1.0 0.0 108.05 MB

License: Other

C++ 28.41% C 70.98% Makefile 0.37% Tcl 0.02% Objective-C 0.11% PLpgSQL 0.11%

data-analytics's Introduction

Data Analytics Accelerator Repository

Welcome to the Data Analytics repository. This repository contains the latest examples to get you started with application optimization targeting Xilinx PCIe FPGA acceleration boards. All examples are ready to be compiled and executed on boards, for example, the boards hosted in the Amazon F1 clouds. The repository information is provided as below

  1. BIG DATA ACCELERATION
  2. ACCELERATION MODULES
  3. DIRECTORY STRUCTURE
  4. OTHER INFORMATION
  5. SUPPORT
  6. REVISION HISTORY

1. BIG DATA ACCELERATION

This repository provides source code for big data acceleration on FPGA. In particular, this provides acceleration kernel for PostgreSQL RDBMS. The acceleration is in SQL Query and other typical big data operations.

2. ACCELERATION MODULES

This repository includes the following acceleration modules that can be run on F1

xpg

It accelerates Postgres query by offloading scanning operations to Xilinx FPGA. The query plan is intercepted during the execution, and data is streamed to the FPGA for scan acceleration. The output relation is then registered with postgres database. The FPGA kernel parses native Postgres storage blocks in a massively parallel implementation of SQL Engines.

Refer to xpg/README.md to learn more about this acceleration.

xql6

It accelerates Query 6 integrated within Postgres as a UDF (User Defined Functions). It sends Postgres tables to FPGA. An array of Query 6 processors process this native data to produce Query 6 results. When comparing end-to-end solution on F1, it shows a performance improvement. Kernel level performance is an order of magnitude better than F1 CPU.

Refer to xql6/README.md to learn more about this acceleration.

xql6p2p

It accelerates Query 6 integrated within Postgres as a UDF (User Defined Functions) using Peer-to-Peer (P2P). It sends Postgres pages from a NVMe storage device to the FPGA. An array of Query 6 processors process this native data to produce Query 6 results.

Refer to xql6p2p/README.md to learn more about this acceleration.

omxgather

It accelerates gather function that can be used as an example design to show case HBM performance for random access across HBM pseudo channels using interleaving.

Refer to omxgather/README.md to learn more about this acceleration.

The following table summarizes PROJECTS and ACCELERATION MODULES associated with their respective supported release. The release support refers to the repository branch. The current supported release is 2018.2.

PROJECTS and ACCELERATION MODULES Release Support
XQL6P2P 2018.3
XPG 2018.3, 2018.2, 2017.1
XQL6 2018.3, 2018.2, 2017.1
XSQL61 2017.1
XDBCONN 2017.1
XSQLUTILS 2017.1
OMXGATHER 2018.3

3. DIRECTORY STRUCTURE

All the latest files in the directories are present in Xilinx github at https://github.com/Xilinx/data-analytics

Each directory contains a makefile to build host code, library and Xilinx Kernel for target platforms. These are the directories and their functionalities.

Directory Description
postgresql Postgres internals (for reference)
tb_data Testbench Data
xpg Postgres integrated TPCH Query Acceleration host code
xql6 Postgres integrated TPCH Query 6 Acceleration
xql6p2p Postgres integrated TPCH Query 6 Acceleration with Peer-to-Peer (P2P) support
omxgather gather design for random access across HBM channels using interleaving

4. OTHER INFORMATION

For more information check here: SDAccel User Guides

5. SUPPORT

For questions and to get help on this project or your own projects, visit the SDAccel Forums.

6. REVISION HISTORY

Date Readme Version Revision Description
OCT2017 1.0 Initial Xilinx release
Mar2019 2.0 Upgrade to SDx 2018.2 release
Mar2019 3.0 Upgrade to SDx 2018.3 release

data-analytics's People

Contributors

visut-xilinx avatar sushil-agrawal avatar smile-gator avatar kamranjk avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.