Revert "Revert "Merge pull request #3183 from BOINC/RDH_opencl_ext""

This reverts commit 6ff950582a.
This commit is contained in:
Kevin Reed 2019-06-18 21:30:49 -05:00
parent 43af103a92
commit 117e2c69d4
1 changed files with 1 additions and 1 deletions

View File

@ -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