From a6f081014532a357b9de27ccd7a1ff9407a52da3 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Mon, 15 Apr 2013 03:03:10 -0700 Subject: [PATCH] client: add AMD GPU name for HD 3650 (RV635) --- client/gpu_amd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/gpu_amd.cpp b/client/gpu_amd.cpp index f95df7042c..e33f2005be 100644 --- a/client/gpu_amd.cpp +++ b/client/gpu_amd.cpp @@ -256,7 +256,7 @@ void COPROC_ATI::get( attribs.wavefrontSize=32; break; case CAL_TARGET_630: - gpu_name="ATI Radeon HD 2600 (RV630)"; + gpu_name="ATI Radeon HD 2600/3650 (RV630/RV635)"; // set correct values (reported wrong by driver) attribs.numberOfSIMD=3; attribs.wavefrontSize=32;