summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-08-07 22:41:06 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-08-07 22:41:06 +0200
commit9d9f09fce9d42247701c16d89ca356cdd3a76b4b (patch)
tree2401badea0664b405e1fd62c0d35395d98eca652 /src
parentfe639455bd1e02c22c459f9e29654f82652e0a97 (diff)
Name change of setting to NETLIB_PERSISTENT_OPENCL
Diffstat (limited to 'src')
-rw-r--r--src/clblast_netlib_c.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clblast_netlib_c.cpp b/src/clblast_netlib_c.cpp
index aa1f4006..dbc2ba57 100644
--- a/src/clblast_netlib_c.cpp
+++ b/src/clblast_netlib_c.cpp
@@ -25,7 +25,7 @@ using double2 = clblast::double2;
// Option to make OpenCL device and context static to avoid re-creation upon multiple calls to the
// Netlib API. Disadvantage is that they are not cleaned-up until program termination.
-#ifdef NETLIB_STATIC_OPENCL
+#ifdef NETLIB_PERSISTENT_OPENCL
#define OPTIONAL_STATIC static
#else
#define OPTIONAL_STATIC