Update HSA_RUNTIME_ENABLE_MIN_MAJOR to 10

The major version of the debug ioctl functions has been updated to 10.

Change-Id: Iddc8656ad07c92aa30c6a7a99add28ab3a3f5a80


[ROCm/ROCR-Runtime commit: d0ae4b1f3f]
이 커밋은 다음에 포함됨:
Tony Tye
2021-08-21 21:47:09 +00:00
부모 b0c12655b0
커밋 e173a57a05
+1 -1
파일 보기
@@ -296,7 +296,7 @@ hsaKmtGetKernelDebugTrapVersionInfo(
return HSAKMT_STATUS_SUCCESS;
}
#define HSA_RUNTIME_ENABLE_MIN_MAJOR 9
#define HSA_RUNTIME_ENABLE_MIN_MAJOR 10
#define HSA_RUNTIME_ENABLE_MIN_MINOR 0
HSAKMT_STATUS HSAKMTAPI hsaKmtRuntimeEnable(void *rDebug,
bool setupTtmp)