mirror of
https://github.com/amd/blis.git
synced 2026-04-19 23:28:52 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user