Forum Discussion
lexie11
New Contributor
11 months agoAgilex7 m-series for llama
I am undertaking a project to deploy llama using the agilex7 m-series, and during the process, I utilized the FPGA AI Suite. However, dla_compiler does not support the sinking of graphs to FPGA. Coul...
JohnT_Altera
Regular Contributor
11 months agoHi,
To use HBM, please refer to https://www.intel.com/content/www/us/en/docs/programmable/854150/current/introduction.html on how to enable it.
For architecture support, you will need to modify the ARCH file so that is is able to run the model in FPGA.
lexie11
New Contributor
10 months agoHi,
Based on the above information, execute the following instruction:
1.Agilex7 m-series does not provide a BSP. If I want to deploy llama on Agilex7, can I only generate the BSP through OFS customization?
2.In the RTL support provided by OFS, I did not find HBM. Is it necessary to generate it myself through Quartus Prime Pro?
3.In the 3.example_architecture folder, no information about hbm is provided. I would like to know how to modify the arch file in order to use hbm?