/*
 * Copyright (C) 2018-2024, Advanced Micro Devices, Inc. All rights reserved.
 *
 */

This directory contains sample source files showing sample usage of AOCL-BLAS
library functions. In particular,
different flavors of the gemm function have been illustrated.

to build and run this example:
1. make clean;
2. source <path to "amd-libs.cfg" file generated after complete master package installation>
	or
   source <LD_LIBRARY_PATH to lib directory if only BLIS package is installed>
3. make;
4. ./test_blis.x;

