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.