2.1.2 Vitis BLAS initialization - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

To initialize the library, xfblasCreate() function must be called. This function will open the device, download the FPGA image to the device and create context on the selected compute unit. For a multi-kernels xclbin, contexts will be opened on the corresponding compute units. Please refer L3 examples for detail usage.