summaryrefslogtreecommitdiff
path: root/include/clblast.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-04-07 07:37:30 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-04-07 07:37:30 +0200
commitfb6c78ea070fbfc7d2d38a3c0d77a8219cef6f04 (patch)
tree4de82d8b349d7eb5939f60c24f0712979009001f /include/clblast.h
parentd28ee082b0844086ee9b9cfb50825427f0b3a48a (diff)
Added a special override database for the Apple CPU implementation on OS X: this makes the test work, it does not focus on good performance
Diffstat (limited to 'include/clblast.h')
-rw-r--r--include/clblast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clblast.h b/include/clblast.h
index 2520d601..54944ea2 100644
--- a/include/clblast.h
+++ b/include/clblast.h
@@ -119,7 +119,7 @@ enum class Side { kLeft = 141, kRight = 142 };
// Precision scoped enum (values in bits)
enum class Precision { kHalf = 16, kSingle = 32, kDouble = 64,
- kComplexSingle = 3232, kComplexDouble = 6464 };
+ kComplexSingle = 3232, kComplexDouble = 6464, kAny = -1 };
// =================================================================================================
// BLAS level-1 (vector-vector) routines