libhsakmt: Disabled allocation of CWSR with SVM for GFX11.

This is a temporary work around for GPU hang issues observed on GFX11.

Change-Id: I98fbedbbd1c51fe402c2116b35ca548931a390c9
Signed-off-by: David Belanger <david.belanger@amd.com>


[ROCm/ROCR-Runtime commit: b25867c4b8]
이 커밋은 다음에 포함됨:
David Belanger
2023-01-11 09:18:54 -05:00
부모 54e3e5ab8f
커밋 1ba59d64e1
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
+2
파일 보기
@@ -490,6 +490,8 @@ static int handle_concrete_asic(struct queue *q,
if (hsaKmtGetNodeProperties(NodeId, &node))
svm_api = false;
else if (HSA_GET_GFX_VERSION_MAJOR_HEX(q->gfxv) == 11)
svm_api = false;
else
svm_api = node.Capability.ui32.SVMAPISupported;