Giter Club home page Giter Club logo

Comments (2)

stevehoover avatar stevehoover commented on August 16, 2024 1

@mahinlma So you want to run as a microservice, but your h/w is on-premises. Okay. I am not at all familiar with Alveo or Vitis, but it would be great to have support for this platform.

Obviously all the stuff with Terraform and AWS are not needed. Depending on your use model, you probably would not utilize the "time-bomb" concept and JavaScript methods that safely start and stop the microservice (and are built around AWS). Presumably, you would have your own method of starting/stopping the microservice. The Python Tornado server and connection with the host C++/OpenCL application can remain in place.

The build flow utilizes the Vivado RTL Wizard to generate template OpenCL code and then linux scripts modify the template all in the build flow. If it's possible to utilize Vivado with Alveo, you should start with that. Otherwise, you might use Vivado to create the OpenCL code that you can use as source for Alveo compilation (though the Xilinx copyright notices may require careful consideration). So, you'll have to make changes to the `frarmework/Makefile' OpenCL and host compilation commands.

Also, the synthesis commands are Vivado-based, and the bitstream is bundled and loaded in an AWS-specific way, so new Makefile commands would be needed for this. Makefiles get messy really fast when supporting various platforms, and it is already a nightmare.

Good luck. Let me know if you proceed.

from 1st-claas.

mahinlma avatar mahinlma commented on August 16, 2024

Thank you @stevehoover , for your valuable suggestions.
Definitely, I will let you know, Once I started to proceed.

from 1st-claas.

Related Issues (18)

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.