mirror of https://github.com/BOINC/boinc.git
Revert "Merge pull request #3183 from BOINC/RDH_opencl_ext"
This reverts commita5fa551fda
, reversing changes made tod83f3d0553
.
This commit is contained in:
parent
1613523c52
commit
6ff950582a
|
@ -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[2048]; // List of device extensions
|
||||
char extensions[1024]; // 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