Run the testcases - 2024.2 English - XD160

Vitis Libraries

Document ID
XD160
Release Date
2024-11-29
Version
2024.2 English

There are many testcases provided for L3 APIs. To run testacses, follow the following steps:

    cd xf_graph/L3/tests/cosineSimilaritySSDenseInt/
source /LOCAL PATH to VITIS/settings64.sh
export PLATFORM=/LOCAL PATH to TARGET PLATFORM/PLATFORM.xpfm
    make run TARGET=sw_emu/hw_emu/hw

It automatically builds host.exe and xclbin file, then run the testcase of single source integer cosine similarity in dense graph. Other testcases can be performed by the same way.