From d154f4b39bf245fd21c3124e091f9c1d892b0115 Mon Sep 17 00:00:00 2001 From: cjs Date: Sat, 27 Dec 2025 04:16:29 +0000 Subject: [PATCH] Add reference to ROCm issue #5616 --- ROCM.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ROCM.md b/ROCM.md index bb2fdae..98935b9 100644 --- a/ROCM.md +++ b/ROCM.md @@ -155,3 +155,5 @@ This may be related to: - ROCm 7.1.1 + PyTorch nightly (2.11.0+rocm7.0) incompatibility - GPU memory fragmentation with longer sequences - HIP/ROCm memory management issues with certain operations + +**Related issue**: https://github.com/ROCm/ROCm/issues/5616 (gfx1103, same error pattern)