SWDEV-284895 - unload program object before releasing it
Change-Id: Ib10c9877043d90de8e292db319bb9def43df8061
[ROCm/clr commit: ff00f2cea7]
This commit is contained in:
کامیت شده توسط
Anusha Godavarthy Surya
والد
57c48a488b
کامیت
9761126154
@@ -6,6 +6,7 @@ namespace hip {
|
||||
|
||||
FatBinaryDeviceInfo::~FatBinaryDeviceInfo() {
|
||||
if (program_ != nullptr) {
|
||||
program_->unload();
|
||||
program_->release();
|
||||
program_ = nullptr;
|
||||
}
|
||||
|
||||
مرجع در شماره جدید
Block a user