From 2e4ce59cf4c590574499a747c204b9f4c6b85286 Mon Sep 17 00:00:00 2001 From: Saleel Kudchadker Date: Wed, 8 Feb 2023 10:20:59 -0800 Subject: [PATCH] SWDEV-381633 - Better log Change-Id: I5c59d42462fe8a233ef10e26ec67314219aeb167 --- hipamd/src/hip_context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/src/hip_context.cpp b/hipamd/src/hip_context.cpp index 824e69598a..515e181343 100644 --- a/hipamd/src/hip_context.cpp +++ b/hipamd/src/hip_context.cpp @@ -44,7 +44,7 @@ bool init() { if (!amd::Runtime::init()) { return false; } - LogPrintfInfo("Direct Dispatch: %d", AMD_DIRECT_DISPATCH); + ClPrint(amd::LOG_INFO, amd::LOG_INIT, "Direct Dispatch: %d", AMD_DIRECT_DISPATCH); const std::vector& devices = amd::Device::getDevices(CL_DEVICE_TYPE_GPU, false);