Add integrated device property

This commit is contained in:
Rahul Garg
2018-06-02 13:11:16 +05:30
rodzic df450c6680
commit 1a02bc364f
5 zmienionych plików z 16 dodań i 0 usunięć
@@ -108,5 +108,6 @@ int main(int argc, char* argv[]) {
test_hipDeviceGetAttribute(deviceId, hipDeviceAttributePciDeviceId, props.pciDeviceID)); //
CHECK(test_hipDeviceGetAttribute(deviceId, hipDeviceAttributeMaxSharedMemoryPerMultiprocessor,
props.maxSharedMemoryPerMultiProcessor));
CHECK(test_hipDeviceGetAttribute(deviceId, hipDeviceAttributeIntegrated, props.integrated));
passed();
};