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);