mirror of https://github.com/BOINC/boinc.git
client: add AMD GPU name for HD 3650 (RV635)
This commit is contained in:
parent
c8e1b51e40
commit
a6f0810145
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue