Vitis sparse library compatibility

0

Hello! I'm trying to run a few examples with the Vitis sparse library (https://github.com/Xilinx/Vitis_Libraries/tree/master/sparse). Specifically, I'm trying to run the matrix vector multiplication module in the L2 library. I am wondering if the sparse library is currently compatible with the AWS platform? The reason I ask is that seems like the Makefile here (https://github.com/Xilinx/Vitis_Libraries/tree/master/sparse/L2/tests/cscmv) has some checks on the target platform. Thank you!

Owenoool

asked 3 years ago180 views
1 Answer
0

Hi Owenool,

The answer to this depends on the features the library requires. For eg, in the sparse library, the cards supported in the Makefile are u280 and u50 which both have HBM. That makes it less likely to support the AWS platform as it does not have HBM.

We are working with Xilinx to show which libraries are supported and the migration documentationhttps://github.com/aws/aws-fpga/blob/master/Vitis/docs/Alveo_to_AWS_F1_Migration.md should help with utilizing these libraries on F1.

I hope this helps answer your question.

-Deep

Deep_P
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions