Skip to content

Commit a1a1eeb

Browse files
mawad-amdclaude
andcommitted
Document ROCm 7.1+ requirement for hipMemImportFromShareableHandle
hipMemImportFromShareableHandle segfaults on ROCm 7.0 due to inverted MemObjMap logic in ROCm/clr hip_vm.cpp (removes instead of adds imported memory objects, causing null dereference in hipMemSetAccess). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c56c3d8 commit a1a1eeb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

iris/allocators/vmem_chunked_allocator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
Requires ROCm 7.1+. hipMemImportFromShareableHandle segfaults on ROCm 7.0
2323
due to inverted MemObjMap logic in ROCm/clr hip_vm.cpp (removes instead of
2424
adds imported memory objects, leading to null dereference in hipMemSetAccess).
25-
Fixed in ROCm 7.1: https://github.com/ROCm/clr/blob/rocm-7.1.0/hipamd/src/hip_vm.cpp
2625
"""
2726

2827
import math

0 commit comments

Comments
 (0)