SWDEV-277566 - Add amd::Program::load interface

Change-Id: Iba32fd6add7b1c51b33a9ea899732044c0a064f6


[ROCm/hip commit: ba42be8018]
This commit is contained in:
Jason Tang
2021-05-10 16:50:06 -04:00
gecommit door Jason Tang
bovenliggende a1791e6afd
commit 68fdcc833b
@@ -148,6 +148,10 @@ hipError_t FatBinaryInfo::BuildProgram(const int device_id) {
}
fbd_info->prog_built_ = true;
}
if (!fbd_info->program_->load()) {
return hipErrorSharedObjectInitFailed;
}
return hipSuccess;
}