L3 API test - 2024.2 English

Vitis Libraries

Release Date
2025-05-14
Version
2024.2 English

The AMD Vitis™ BLAS level 3 provides test cases that build xclbin and run it.

1. Vitis BLAS L3 Compilation

All tests provided here can be built with compilation steps similar to the following; the target can be either hw or hw_emu(for testing hw emulation).

make host TARGET=hw

2. Vitis BLAS L3 Run

Tests can be run with the following steps; the target can be either hw or hw_emu(for testing hw emulation).

make run TARGET=hw PLATFORM_REPO_PATHS=LOCAL_PLATFORM_PATH