Closed KevinWu2017 closed 2 years ago
When running ./nvm-latency-bench or other tests, the bug appears as below: [unmap_memory] Page unmapping kernel request failed: Invalid argument
./nvm-latency-bench
[unmap_memory] Page unmapping kernel request failed: Invalid argument
This is a bug mentioned in #22
The bug appears when map A and B is created by host but when trying to unmap B mapA->vaddr == (vaddr & GPU_PAGE_MASK) can also be true
mapA->vaddr == (vaddr & GPU_PAGE_MASK)
Thank you for this contribution :)
When running
./nvm-latency-bench
or other tests, the bug appears as below:[unmap_memory] Page unmapping kernel request failed: Invalid argument
This is a bug mentioned in #22
The bug appears when map A and B is created by host but when trying to unmap B
mapA->vaddr == (vaddr & GPU_PAGE_MASK)
can also be true