SWDEV-567514: Remove default stream wait (#1977)

- when virtual map command is called

- can create deadlock

Signed-off-by: sdashmiz <shadi.dashmiz@amd.com>
Этот коммит содержится в:
Shadi Dashmiz
2025-11-26 15:11:52 -05:00
коммит произвёл GitHub
родитель 76a23eab14
Коммит 962b99f925
+1 -1
Просмотреть файл
@@ -215,7 +215,7 @@ class MemoryPool : public amd::ReferenceCountedObject, amd::VmHeapArray {
MemoryPool(hip::Device* device, const hipMemPoolProps* props = nullptr, bool phys_mem = false)
: VmHeapArray(device->devices()[0],
[this]() -> amd::HostQueue& { return *device_->NullStream(); }),
[this]() -> amd::HostQueue& { return *device_->NullStream(false); }),
busy_heap_(device, *this),
free_heap_(device, *this),
lock_pool_ops_(true),