SWDEV-317061 - Fix 32-bit HSAIL complib load
Use __stdcall decl to match the library defines
Change-Id: Id4178443d5a9bb4e5401d80b3b5d15c7bbea0330
[ROCm/clr commit: e0a4e0df0e]
이 커밋은 다음에 포함됨:
@@ -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_);
|
||||
|
||||
새 이슈에서 참조
사용자 차단