https://github.com/fastmachinelearning/faast
https://github.com/fastmachinelearning/faast
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fastmachinelearning/faast
- Owner: fastmachinelearning
- Created: 2020-08-18T16:59:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T01:24:47.000Z (over 4 years ago)
- Last Synced: 2025-03-27T15:52:15.293Z (3 months ago)
- Language: C++
- Size: 41.9 MB
- Stars: 5
- Watchers: 15
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FaaST Server for FACILE
[](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