SWDEV-236178 - Reorganizing Platform/Modules code for easy access.
Change-Id: Ie8920260ffc4ff01e44b48af8cec9ea5aed1aa9b
[ROCm/hip commit: 20f05c4228]
This commit is contained in:
committed by
Karthik Jayaprakash
parent
ee30f289b4
commit
37508980de
Regular → Executable
+2
-1
@@ -97,6 +97,7 @@ int main() {
|
||||
assert(A[i] == B[i]);
|
||||
}
|
||||
|
||||
HIPCHECK(hipCtxDestroy(context));
|
||||
HIPCHECK(hipModuleUnload(Module));
|
||||
HIPCHECK(hipCtxDestroy(context));
|
||||
passed();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user