An open API service indexing awesome lists of open source software.

https://github.com/fastmachinelearning/faast


https://github.com/fastmachinelearning/faast

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# FaaST Server for FACILE

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3992376.svg)](https://doi.org/10.5281/zenodo.3992376)

Setup Instructions:

```
git clone https://github.com/grpc/grpc
cd grpc
git checkout -b v1.27.0
git submodule update --init
mkdir -p cmake/build
cd cmake/build
cmake ../..
make -j 8
cd ../../examples/
git clone https://github.com/hls-fpga-machine-learning/FaaST.git
cd FaaST
make
./server hls4ml_c/build_dir.hw.xilinx_u250_xdma_201830_2/alveo_hls4ml.xclbin
```

Modifications to the FPGA kernel can be made in `hls4ml_c` with standard Vitis Accel commands