Update HSA_RUNTIME_ENABLE_MIN_MAJOR to 10
The major version of the debug ioctl functions has been updated to 10. Change-Id: Iddc8656ad07c92aa30c6a7a99add28ab3a3f5a80
This commit is contained in:
+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)
|
||||
|
||||
Reference in New Issue
Block a user