Skip to content

Need Help with oneAPI backend #1256

Answered by jmitrevs
Boostedx asked this question in Q&A
Discussion options

You must be logged in to vote

The command to use, after compiling the model, is build, hls_model.build(build_type='fpga'). You can look at the options at:

https://fastmachinelearning.org/hls4ml/autodoc/hls4ml.backends.oneapi.html#hls4ml.backends.oneapi.oneapi_backend.OneAPIBackend.build

(This is not the function you call directly, but hls_model.build() calls the backend-specific function with the same arguments.) Note that the building is based on what is given in oneAPI-samples, so you can also manually work with the cmake file.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Boostedx
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants