SWDEV-236178 - Remove __hip_pinned_shadow reference from dtests and add hipModuleUnload for all corresponding hipModuleLoad calls.

Change-Id: I405789b430ffbb8fccda1cebdb5d18e83a85c926


[ROCm/clr commit: 3fab381493]
This commit is contained in:
kjayapra-amd
2020-06-11 17:23:41 -04:00
committed by Karthik Jayaprakash
parent c2eb3cd2f7
commit fb0c0122af
5 changed files with 6 additions and 7 deletions
+1
View File
@@ -153,6 +153,7 @@ int main() {
};
}
HIP_CHECK(hipModuleUnload(Module));
hipCtxDestroy(context);
return 0;
}