diff options
Diffstat (limited to 'include/opencl/openclwrapper.hxx')
-rw-r--r-- | include/opencl/openclwrapper.hxx | 2 |
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(); }; |