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

Change-Id: Ie8920260ffc4ff01e44b48af8cec9ea5aed1aa9b


[ROCm/hip commit: 20f05c4228]
이 커밋은 다음에 포함됨:
kjayapra-amd
2020-05-18 22:40:33 -04:00
커밋한 사람 Karthik Jayaprakash
부모 ee30f289b4
커밋 37508980de
15개의 변경된 파일1312개의 추가작업 그리고 1047개의 파일을 삭제
+2 -1
파일 보기
@@ -97,6 +97,7 @@ int main() {
assert(A[i] == B[i]);
}
HIPCHECK(hipCtxDestroy(context));
HIPCHECK(hipModuleUnload(Module));
HIPCHECK(hipCtxDestroy(context));
passed();
}