From 117e2c69d4d5bb0a4695510a4cc68d0f04861ea1 Mon Sep 17 00:00:00 2001 From: Kevin Reed Date: Tue, 18 Jun 2019 21:30:49 -0500 Subject: [PATCH] Revert "Revert "Merge pull request #3183 from BOINC/RDH_opencl_ext"" This reverts commit 6ff950582abce1fe34b7259272383ac1b3db7735. --- lib/opencl_boinc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/opencl_boinc.h b/lib/opencl_boinc.h index b997c6d6d6..676db44b8e 100644 --- a/lib/opencl_boinc.h +++ b/lib/opencl_boinc.h @@ -45,7 +45,7 @@ struct OPENCL_DEVICE_PROP { cl_device_fp_config double_fp_config; // Double precision cl_bool endian_little; // TRUE if little-endian cl_device_exec_capabilities execution_capabilities; - char extensions[1024]; // List of device extensions + char extensions[2048]; // List of device extensions cl_ulong global_mem_size; // in bytes (OpenCL can report 4GB Max) cl_ulong local_mem_size; cl_uint max_clock_frequency; // in MHz