SWDEV-347670 - StreamWait and StreamWrite on Windows
__amd_streamOpsWrite blitkernel in device-libs has only 3 args. so getting rid of the 4th unused arg (sizeBytes) Change-Id: I81cc1107f8b424bf58558c93a2495a1b878aef91
This commit is contained in:
@@ -660,6 +660,8 @@ void NullDevice::fillDeviceInfo(const Pal::DeviceProperties& palProp,
|
||||
|
||||
info_.cooperativeGroups_ = settings().enableCoopGroups_;
|
||||
info_.cooperativeMultiDeviceGroups_ = settings().enableCoopMultiDeviceGroups_;
|
||||
// Enable StreamWrite and StreamWait for all devices
|
||||
info_.aqlBarrierValue_ = true;
|
||||
|
||||
if (amd::IS_HIP) {
|
||||
info_.largeBar_ = false;
|
||||
|
||||
Reference in New Issue
Block a user