Correct capture of PoolInfo::allocable_size_.

Change-Id: I80757bb36048bc15b928220aca0a1eb5d898ab22


[ROCm/ROCR-Runtime commit: b90bf473c1]
Tento commit je obsažen v:
Sean Keely
2020-04-21 19:03:24 -05:00
rodič 9eb712762e
revize 71f3dbe6eb
+1 -1
Zobrazit soubor
@@ -112,7 +112,7 @@ class PoolInfo {
segment_ = segment;
is_fine_grained_ = is_fine_grained;
size_ = size;
allocable_size_ = size;
allocable_size_ = max_alloc_size;
owner_agent_info_ = agent_info;
}
PoolInfo() {}