diff --git a/checkin_notes b/checkin_notes index 9d19655ccb..3f2309f855 100644 --- a/checkin_notes +++ b/checkin_notes @@ -7380,3 +7380,8 @@ Charlie 7 Dec 2012 mac/ config.h +Rom 7 Dec 2012 + - MGR: Minor fix to the OpenCL output for Intel GPUs. + + client/ + gpu_detect.cpp diff --git a/client/gpu_detect.cpp b/client/gpu_detect.cpp index 8042e3068b..d462179f5f 100644 --- a/client/gpu_detect.cpp +++ b/client/gpu_detect.cpp @@ -64,8 +64,8 @@ void segv_handler(int) { vector ati_gpus; vector nvidia_gpus; -vector nvidia_opencls; vector ati_opencls; +vector nvidia_opencls; vector intel_gpu_opencls; void COPROCS::get( @@ -169,13 +169,13 @@ void COPROCS::get( // Create descriptions for OpenCL Intel GPUs // for (i=0; i