SWDEV-224023
Correct typo. Change-Id: I72131a6e0210e7b961e586cd0ae18608d21fc529
This commit is contained in:
@@ -1395,8 +1395,8 @@ bool Device::populateOCLDeviceConstants() {
|
||||
|
||||
if (settings().checkExtension(ClAmdDeviceAttributeQuery)) {
|
||||
info_.simdPerCU_ = settings().enableWgpMode_
|
||||
? deviceInfo_.simdPerCU_
|
||||
: (2 * deviceInfo_.simdPerCU_);
|
||||
? (2 * deviceInfo_.simdPerCU_)
|
||||
: deviceInfo_.simdPerCU_;
|
||||
info_.simdWidth_ = deviceInfo_.simdWidth_;
|
||||
info_.simdInstructionWidth_ = deviceInfo_.simdInstructionWidth_;
|
||||
if (HSA_STATUS_SUCCESS !=
|
||||
|
||||
Reference in New Issue
Block a user