SWDEV-236178 - Reorganizing Platform/Modules code for easy access.

Change-Id: Ie8920260ffc4ff01e44b48af8cec9ea5aed1aa9b
This commit is contained in:
kjayapra-amd
2020-05-18 22:40:33 -04:00
committad av Karthik Jayaprakash
förälder 85e3b37052
incheckning 20f05c4228
15 ändrade filer med 1312 tillägg och 1047 borttagningar
+2 -1
Visa fil
@@ -97,6 +97,7 @@ int main() {
assert(A[i] == B[i]);
}
HIPCHECK(hipCtxDestroy(context));
HIPCHECK(hipModuleUnload(Module));
HIPCHECK(hipCtxDestroy(context));
passed();
}