From e173a57a05ca45fac3216f0bb846f96bb83b07fa Mon Sep 17 00:00:00 2001 From: Tony Tye Date: Sat, 21 Aug 2021 21:47:09 +0000 Subject: [PATCH] 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: d0ae4b1f3f48e892b152165e06d16cd3eeaf3ba8] --- projects/rocr-runtime/src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/src/debug.c b/projects/rocr-runtime/src/debug.c index e9e6b1406f..c2f0546b90 100644 --- a/projects/rocr-runtime/src/debug.c +++ b/projects/rocr-runtime/src/debug.c @@ -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)