Add integrated device property

This commit is contained in:
Rahul Garg
2018-06-02 13:11:16 +05:30
parent 095d4dd91e
commit 94f086e9cd
5 changed files with 16 additions and 0 deletions
@@ -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();
};