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]
이 커밋은 다음에 포함됨:
@@ -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;
|
||||
|
||||
|
||||
새 이슈에서 참조
사용자 차단