mirror of https://github.com/BOINC/boinc.git
client: When comparing ATI model names from OpenCL and IOKit on a Mac, substitute "AMD" for "ATI"
svn path=/trunk/boinc/; revision=25423
This commit is contained in:
parent
2919c802cd
commit
e76d18c6fc
|
@ -1603,7 +1603,7 @@ void COPROCS::get_ati_mem_size_from_opengl() {
|
|||
int ati_gpu_index = 0;
|
||||
GLint rendererIDs[32];
|
||||
CFDataRef modelName[32];
|
||||
char opencl_name[1024], iokit_name[1024];
|
||||
char opencl_name[256], iokit_name[256];
|
||||
char *p;
|
||||
|
||||
if (log_flags.coproc_debug) {
|
||||
|
|
Loading…
Reference in New Issue