From 06925ca9ef37d0c06aa44079713ff2984bc39911 Mon Sep 17 00:00:00 2001 From: Yiyang Wu Date: Tue, 30 Apr 2024 15:07:12 +0800 Subject: [PATCH] kfdtest: hsaKmtCheckRuntimeDebugSupport should be visible Change-Id: I03a379ede1c990bd275a4d2a8cb379f228381d03 Signed-off-by: Yiyang Wu Signed-off-by: Kent Russell Signed-off-by: Chris Freehill [ROCm/ROCR-Runtime commit: 9316b6e4e4373d285db49ad428606648670d2295] --- projects/rocr-runtime/libhsakmt/src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/libhsakmt/src/debug.c b/projects/rocr-runtime/libhsakmt/src/debug.c index 932e8294c9..67c32c89e7 100644 --- a/projects/rocr-runtime/libhsakmt/src/debug.c +++ b/projects/rocr-runtime/libhsakmt/src/debug.c @@ -268,7 +268,7 @@ HSAKMT_STATUS HSAKMTAPI hsaKmtDbgAddressWatch(HSAuint32 NodeId, #define HSA_RUNTIME_ENABLE_MAX_MAJOR 1 #define HSA_RUNTIME_ENABLE_MIN_MINOR 13 -HSAKMT_STATUS hsaKmtCheckRuntimeDebugSupport(void) { +HSAKMT_STATUS HSAKMTAPI hsaKmtCheckRuntimeDebugSupport(void) { HsaNodeProperties node = {0}; HsaSystemProperties props = {0}; HsaVersionInfo versionInfo = {0};