Add asicRevision

Change-Id: I59f3ad20b9bdadf77bd1e0725f7a401d7ad423a3


[ROCm/hip commit: 38cd2b96c7]
이 커밋은 다음에 포함됨:
Jason Tang
2020-06-12 17:05:16 -04:00
커밋한 사람 Jason Tang
부모 a41347a1db
커밋 671b994ff8
5개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
+1
파일 보기
@@ -145,5 +145,6 @@ int main(int argc, char* argv[]) {
CHECK(test_hipDeviceGetAttribute(deviceId, hipDeviceAttributeKernelExecTimeout, props.kernelExecTimeoutEnabled));
CHECK(test_hipDeviceGetAttribute(deviceId, hipDeviceAttributeCanMapHostMemory, props.canMapHostMemory));
CHECK(test_hipDeviceGetAttribute(deviceId, hipDeviceAttributeEccEnabled, props.ECCEnabled));
CHECK(test_hipDeviceGetAttribute(deviceId, hipDeviceAttributeAsicRevision, props.asicRevision));
passed();
};