SWDEV-567514: Remove default stream wait (#1977)
- when virtual map command is called - can create deadlock Signed-off-by: sdashmiz <shadi.dashmiz@amd.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
76a23eab14
Коммит
962b99f925
@@ -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),
|
||||
|
||||
Ссылка в новой задаче
Block a user