Use correct aperture for _fmm_unmap_from_gpu_scratch
Passing in the wrong aperture resulted in failure to unmap scratch.
Change-Id: Icd7423abfb1bcc773b33becffcbefc233f4ff340
[ROCm/ROCR-Runtime commit: bd93eecc64]
This commit is contained in:
committed by
Gerrit Code Review
parent
782cea350c
commit
b900df9215
@@ -1309,7 +1309,7 @@ int fmm_unmap_from_gpu(void *address)
|
||||
if ((address >= gpu_mem[i].scratch_physical.base) &&
|
||||
(address <= gpu_mem[i].scratch_physical.limit))
|
||||
return _fmm_unmap_from_gpu_scratch(gpu_mem[i].gpu_id,
|
||||
&gpu_mem[i].gpuvm_aperture,
|
||||
&gpu_mem[i].scratch_physical,
|
||||
address);
|
||||
|
||||
if ((address >= gpu_mem[i].gpuvm_aperture.base) &&
|
||||
|
||||
Reference in New Issue
Block a user