From 0bb9344674ef2b7a9f81e9e5691acffa5254b07c Mon Sep 17 00:00:00 2001 From: Sean Keely Date: Fri, 28 May 2021 13:28:03 -0500 Subject: [PATCH] Initialize new exception handler state. Change-Id: Ibcb699760837b9ec1508d6af948a272a81ddcd02 [ROCm/ROCR-Runtime commit: 0159aea4c9a91471cf0f377f3e6dafcf11176d99] --- .../runtime/hsa-runtime/core/runtime/amd_aql_queue.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_aql_queue.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_aql_queue.cpp index f86a5dd304..3a9ab56cb3 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_aql_queue.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_aql_queue.cpp @@ -95,6 +95,7 @@ AqlQueue::AqlQueue(GpuAgent* agent, size_t req_size_pkts, HSAuint32 node_id, Scr pm4_ib_buf_(nullptr), pm4_ib_size_b_(0x1000), dynamicScratchState(0), + exceptionState(0), suspended_(false), priority_(HSA_QUEUE_PRIORITY_NORMAL), exception_signal_(nullptr) {