[dtests] Added few Negative tests (#1735)

[ROCm/hip commit: 351d39e6aa]
This commit is contained in:
satyanveshd
2020-03-27 14:10:12 +05:30
committato da GitHub
parent e58a0d06f7
commit 3eea799a53
7 ha cambiato i file con 273 aggiunte e 4 eliminazioni
-4
Vedi File
@@ -2271,8 +2271,6 @@ hipError_t hipMemGetInfo(size_t* free, size_t* total) {
auto device = ctx->getWriteableDevice();
if (total) {
*total = device->_props.totalGlobalMem;
} else {
e = hipErrorInvalidValue;
}
if (free) {
@@ -2295,8 +2293,6 @@ hipError_t hipMemGetInfo(size_t* free, size_t* total) {
} else {
return ihipLogStatus(hipErrorInvalidValue);
}
} else {
e = hipErrorInvalidValue;
}
} else {