client: add AMD GPU name for HD 3650 (RV635)

This commit is contained in:
Charlie Fenton 2013-04-15 03:03:10 -07:00
parent c8e1b51e40
commit a6f0810145
1 changed files with 1 additions and 1 deletions

View File

@ -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;