SWDEV-291787 - Fix Windows build
Change-Id: I1b97a1100e4c498f53aaad7157f21d0c5f8a130d
[ROCm/clr commit: 0a59c9c4c3]
This commit is contained in:
committato da
Maneesh Gupta
parent
f0ec01f657
commit
b67329da52
@@ -1725,7 +1725,7 @@ void VirtualGPU::submitUnmapMemory(amd::UnmapMemoryCommand& vcmd) {
|
||||
// Map/unmap must be serialized
|
||||
amd::ScopedLock lock(owner->lockMemoryOps());
|
||||
memory->unmap(this);
|
||||
if (memory->getMapount() == 0) {
|
||||
if (memory->getMapCount() == 0) {
|
||||
memory->setPersistentMapFlag(false);
|
||||
}
|
||||
} else if (memory->mapMemory() != nullptr) {
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user