cblas_?cabs1 test cblas header file bug

Details:
    - Added BLIS_ENABLE_CBLAS around cblas header file.

AMD-Internal: [CPUPL-1129]

Change-Id: I3baacd26aa96c8eeb753d95210817ffe9b2a3f85
This commit is contained in:
Nageshwar Singh
2020-09-30 23:52:00 +05:30
parent 90f30e4c37
commit b245ea9c65

View File

@@ -41,9 +41,11 @@
#include <time.h>
#define PRINT
#define FLOAT
#define CHECK_CBLAS // Macro to test cblas interface of the function cblas?cabs1
#ifdef BLIS_ENABLE_CBLAS
#define CHECK_CBLAS // Macro to test cblas interface of the function cblas?cabs1
#endif
#ifdef CHECK_CBLAS
#include "cblas.h"