With the following command, you can benchmark the CG solver with a given matrix.
$ make run TARGET=hw PLATFORM=xilinx_u280_xdma_201920_3 mtxName=ted_B
The following table lists the configurable parameters with the make command for the benchmark.
Parameter Name | Default Value | Notes |
---|---|---|
mtxName | ted_B | Vector size, must be multiple of 16 |
maxIter | 5000 | Maximum No. iterations for the solver |
tol | 1e-12 | Fault Tolerance |
deviceID | 0 | Alveo U50 Card ID |