From 4f160eedb26547ff460b83de976703e8e00c2ef3 Mon Sep 17 00:00:00 2001 From: Lancelot SIX Date: Thu, 27 Nov 2025 16:06:00 +0000 Subject: [PATCH] clr: Bump _amdgpu_r_debug.r_version to 11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch bumps the CRL's _amdgpu_r_debug.r_version to 11 to follow ROCr. This is also used by the debugger as a baseline to ensure simulated AQL queues are supported. --- projects/clr/rocclr/device/pal/paldevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/device/pal/paldevice.cpp b/projects/clr/rocclr/device/pal/paldevice.cpp index c0ab9dfd479..a31e8444a3e 100644 --- a/projects/clr/rocclr/device/pal/paldevice.cpp +++ b/projects/clr/rocclr/device/pal/paldevice.cpp @@ -842,7 +842,7 @@ Device::~Device() { extern const char* SchedulerSourceCode; extern const char* SchedulerSourceCode20; -constexpr int TrapHandlerABIVersion = 10; +constexpr int TrapHandlerABIVersion = 11; extern const char* TrapHandlerCode; // ================================================================================================