Coder Social home page Coder Social logo

sdaccel's Introduction

SDAccel examples

check_transfer

Program for check data transfer between host and Xilinx OpenCL device.

Directory:

  • bin - executable for QT application
  • qt - Qt application
  • sdx_wsp - SDAccel application

There are two ways for build host application - Qt and SDAccell. SDAccel used for primary debug OpenCL kernel and create simple console application. Qt may be used for more complex application but this project used same code for Qt and SDAccel.

There are two test class:

  • TF_CheckTransferOut - check data transfer from HOST to device
  • TF_CheckTransferIn - check data transfer from device to HOST

Program have two work mode:

  • with test table - for direct launch and launch from Qt
  • without test table - for launch from SDAccel

Test table is a text table with status information:

  • Time - name of test and test time
  • BlockWr - count of written blocks
  • BlockRd - count of read blocks
  • BlockOk - count of correct blocks
  • BlockError - count of incorrect blocks
  • SPD_CURRENT - velocity of data transfer for last 4 seconds
  • SPD_AVR - velocity of data transfer from test start

Arguments:

  • -mode : 1 - check input, 2 - check output, 3 - check input and output
  • -table <flag_show> : 1 - show table, 0 - do not show table, default 0
  • -time : execution time [s], default 10
  • -file : fullpath for xclbin
  • -size : size block of megabytes, default 64
  • -metric : 0 - binary: 1MB=2^10=10241024=1048576 bytes 1 - decimal: 1MB=10^6=10001000=1000000 bytes

Doxygen documentation: https://dsmv.github.io/sdaccel/check_transfer/index.html

Project page: https://github.com/dsmv/sdaccel/projects/1

Wiki: https://github.com/dsmv/sdaccel/wiki

Deveopment Notes: https://github.com/dsmv/sdaccel/wiki/Development-Notes

sdaccel's People

Contributors

dsmv avatar karakozov avatar

Watchers

James Cloos avatar  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.