Add asicRevision

Change-Id: I59f3ad20b9bdadf77bd1e0725f7a401d7ad423a3
Bu işleme şunda yer alıyor:
Jason Tang
2020-06-12 17:05:16 -04:00
işlemeyi yapan: Jason Tang
ebeveyn 7682ec6a7b
işleme 38cd2b96c7
5 değiştirilmiş dosya ile 9 ekleme ve 1 silme
+1
Dosyayı Görüntüle
@@ -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();
};