Skip to content

anjn/vlib-deflate-benchmark

Repository files navigation

Vitis Libraries Deflate benchmark

Setup

git submodule update --init

Build xclbin

export PLATFORM=xilinx_u200_xdma_201830_2
# or, for AWS platform
export PLATFORM=$AWS_PLATFORM

./build.sh

Run host

export PLATFORM=xilinx_u200_xdma_201830_2
# or, for AWS platform
export PLATFORM=$AWS_PLATFORM

./run.sh INPUT_FILE
# or, you can specify the number of cus
./run.sh INPUT_FILE -n 4

Result

MB/s = 10^6 bytes/second

  • xilinx_aws-vu9p-f1_shell-v04261818_201920_2
Num instances Clock Freq. [MHz] Throughput [MB/s]
1 250 1350
4 213 4010
  • xilinx_u200_xdma_201830_2 @ PCIe Gen3 x8
Num instances Clock Freq. [MHz] Throughput [MB/s]
1 287 1700
4 271 4400~5300

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published