From 83ceb0cd10be35e039b2cc592d2375334537677a 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 [ROCm/clr commit: 2e4ce59cf4c590574499a747c204b9f4c6b85286] --- projects/clr/hipamd/src/hip_context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/src/hip_context.cpp b/projects/clr/hipamd/src/hip_context.cpp index 824e69598a..515e181343 100644 --- a/projects/clr/hipamd/src/hip_context.cpp +++ b/projects/clr/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);