SWDEV-286446 - StreamOperations: Enable for all gfx9

Change-Id: I913a31c8bfdf1031d4cd491f1c689aa4df05c02c


[ROCm/clr commit: 93ae30730a]
このコミットが含まれているのは:
Ravi C Akkenapally
2021-05-14 11:05:51 -07:00
committed by Ravi Chandra Akkenapally
コミット 6b6b4c0d57
+2 -3
ファイルの表示
@@ -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_;