SWDEV-317061 - Fix 32-bit HSAIL complib load

Use __stdcall decl to match the library defines

Change-Id: Id4178443d5a9bb4e5401d80b3b5d15c7bbea0330


[ROCm/clr commit: e0a4e0df0e]
이 커밋은 다음에 포함됨:
German Andryeyev
2022-01-04 16:48:18 -05:00
부모 da523f184f
커밋 b8ab281765
2개의 변경된 파일60개의 추가작업 그리고 55개의 파일을 삭제
+1 -4
파일 보기
@@ -2355,7 +2355,7 @@ bool Device::createBlitProgram() {
std::string extraBlits;
std::string ocl20;
if (amd::IS_HIP) {
if (info().cooperativeGroups_) {
if (info().cooperativeGroups_) {
extraBlits = GwsInitSourceCode;
}
}
@@ -2370,9 +2370,6 @@ bool Device::createBlitProgram() {
}
ocl20 = "-cl-std=CL2.0";
}
else {
extraBlits = SchedulerSourceCode;
}
}
blitProgram_ = new BlitProgram(context_);