summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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