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

Change-Id: Ie8920260ffc4ff01e44b48af8cec9ea5aed1aa9b


[ROCm/hip commit: 20f05c4228]
This commit is contained in:
kjayapra-amd
2020-05-18 22:40:33 -04:00
committed by Karthik Jayaprakash
parent ee30f289b4
commit 37508980de
15 changed files with 1312 additions and 1047 deletions
+2 -1
View File
@@ -97,6 +97,7 @@ int main() {
assert(A[i] == B[i]);
}
HIPCHECK(hipCtxDestroy(context));
HIPCHECK(hipModuleUnload(Module));
HIPCHECK(hipCtxDestroy(context));
passed();
}