SWDEV-413997 - Cleanup fixes for Virtual Memory Management.

Change-Id: I9a4a4d9087b5daf15e3ba31e786d34db431212a1
This commit is contained in:
kjayapra-amd
2024-04-20 16:07:51 -04:00
committed by Karthik Jayaprakash
parent 0ccdb3e160
commit 74ffc5f0d5
2 changed files with 4 additions and 4 deletions
-1
View File
@@ -789,7 +789,6 @@ bool Buffer::create(bool alloc_local) {
}
owner()->setSvmPtr(reinterpret_cast<void*>(owner()->getUserData().hsa_handle));
amd::MemObjMap::AddMemObj(owner()->getSvmPtr(), owner());
return true;
}