summaryrefslogtreecommitdiff
path: root/samples/sgemm.c
diff options
context:
space:
mode:
authorIvan Shapovalov <intelfx@intelfx.name>2016-11-26 14:14:52 +0300
committerIvan Shapovalov <intelfx@intelfx.name>2017-01-24 02:42:59 +0300
commitee4124dcbc37b92207d0590524e8246e71811a48 (patch)
tree10399d9c4ca1518f46a29d1f4178cd64f68b1cd9 /samples/sgemm.c
parent1a1e863ab305faadfad8a20c4ff7875b6300592b (diff)
samples: add CL_USE_DEPRECATED_OPENCL_1_*_APIS where needed
Diffstat (limited to 'samples/sgemm.c')
-rw-r--r--samples/sgemm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/sgemm.c b/samples/sgemm.c
index 132dad81..92f3057d 100644
--- a/samples/sgemm.c
+++ b/samples/sgemm.c
@@ -19,6 +19,8 @@
#include <stdio.h>
#include <string.h>
+#define CL_USE_DEPRECATED_OPENCL_1_2_APIS // to disable deprecation warnings
+
// Includes the CLBlast library (C interface)
#include <clblast_c.h>