mirror of https://github.com/BOINC/boinc.git
Revert "Revert "Merge pull request #3183 from BOINC/RDH_opencl_ext""
This reverts commit 6ff950582a
.
This commit is contained in:
parent
43af103a92
commit
117e2c69d4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue