P4 to Git Change 1492933 by gandryey@gera-w8 on 2017/12/11 17:20:26

SWDEV-79445 - OCL generic changes and code clean-up
	-  Update pcieDeviceId_  and pcieRevisionId_ under PAL. Currently reported revision ID in Linux is incorrect and it will be fixed in PAL.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#68 edit


[ROCm/clr commit: 118b850f89]
This commit is contained in:
foreman
2017-12-11 17:29:48 -05:00
rodzic b66e9a64ed
commit 7395f53ebb
@@ -526,6 +526,8 @@ void NullDevice::fillDeviceInfo(const Pal::DeviceProperties& palProp,
info_.numRTCUs_ = palProp.engineProperties[Pal::EngineTypeExclusiveCompute].maxNumDedicatedCu;
info_.threadTraceEnable_ = settings().threadTraceEnable_;
}
info_.pcieDeviceId_ = palProp.deviceId;
info_.pcieRevisionId_ = palProp.revisionId;
}
Device::XferBuffers::~XferBuffers() {