Add asicRevision

Change-Id: I59f3ad20b9bdadf77bd1e0725f7a401d7ad423a3


[ROCm/hip commit: 38cd2b96c7]
This commit is contained in:
Jason Tang
2020-06-12 17:05:16 -04:00
کامیت شده توسط Jason Tang
والد a41347a1db
کامیت 671b994ff8
5فایلهای تغییر یافته به همراه9 افزوده شده و 1 حذف شده
@@ -233,6 +233,7 @@ hipError_t hipGetDeviceProperties ( hipDeviceProp_t* props, hipDevice_t device )
deviceProps.kernelExecTimeoutEnabled = 0;
deviceProps.ECCEnabled = info.errorCorrectionSupport_? 1:0;
deviceProps.isLargeBar = info.largeBar_ ? 1 : 0;
deviceProps.asicRevision = info.asicRevision_;
*props = deviceProps;
HIP_RETURN(hipSuccess);