summaryrefslogtreecommitdiff
path: root/include/opencl/openclwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/opencl/openclwrapper.hxx')
-rw-r--r--include/opencl/openclwrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opencl/openclwrapper.hxx b/include/opencl/openclwrapper.hxx
index 05834004b12c..ac86beaf9908 100644
--- a/include/opencl/openclwrapper.hxx
+++ b/include/opencl/openclwrapper.hxx
@@ -49,7 +49,7 @@ struct OPENCL_DLLPUBLIC GPUEnv
int mnCmdQueuePos;
bool mnKhrFp64Flag;
bool mnAmdFp64Flag;
- cl_uint mnPreferredVectorWidthFloat;
+ bool mbNeedsTDRAvoidance;
static bool isOpenCLEnabled();
};