SWDEV-286446 - StreamOperations: Enable for all gfx9
Change-Id: I913a31c8bfdf1031d4cd491f1c689aa4df05c02c
[ROCm/clr commit: 93ae30730a]
このコミットが含まれているのは:
@@ -1516,9 +1516,8 @@ bool Device::populateOCLDeviceConstants() {
|
||||
info_.cooperativeGroups_ = settings().enableCoopGroups_;
|
||||
info_.cooperativeMultiDeviceGroups_ = settings().enableCoopMultiDeviceGroups_;
|
||||
|
||||
// TODO: Update this to use HSA API when it is ready. For now limiting this to gfx908
|
||||
info_.aqlBarrierValue_ =
|
||||
(isa().versionMajor() == 9 && isa().versionMinor() == 0 && isa().versionStepping() == 8);
|
||||
// TODO: Update this to use HSA API when it is ready. For now limiting this to gfx9
|
||||
info_.aqlBarrierValue_ = (isa().versionMajor() == 9 && isa().versionMinor() == 0);
|
||||
}
|
||||
|
||||
info_.maxPipePacketSize_ = info_.maxMemAllocSize_;
|
||||
|
||||
新しいイシューから参照
ユーザーをブロックする