Here are benchmarks of the Vitis Solver Library using the Vitis environment.
- Download code
These solver benchmarks can be downloaded from vitis libraries main
branch.
git clone https://github.com/Xilinx/Vitis_Libraries.git cd Vitis_Libraries git checkout main cd solver
- Setup environment
Specifying the corresponding Vitis, XRT, and path to the platform repository by running following commands.
source /opt/xilinx/Vitis/2022.2/settings64.sh source /opt/xilinx/xrt/setup.sh export PLATFORM_REPO_PATHS=/opt/xilinx/platforms