From 47297efb22003c2029f31c2c778804c590ace212 Mon Sep 17 00:00:00 2001 From: Jacob Lambert Date: Wed, 15 May 2024 10:08:57 -0700 Subject: [PATCH] SWDEV-1 - [NFC] Fix typo in Log output Change-Id: Ibcd779fa5ed1d8eda0241c7cd2531af4b60cf33f [ROCm/clr commit: 4e77806ee5941e3c7a480143a741967f29705506] --- projects/clr/rocclr/device/rocm/rocvirtual.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/device/rocm/rocvirtual.cpp b/projects/clr/rocclr/device/rocm/rocvirtual.cpp index e5590cd4f0..b12f1ae220 100644 --- a/projects/clr/rocclr/device/rocm/rocvirtual.cpp +++ b/projects/clr/rocclr/device/rocm/rocvirtual.cpp @@ -937,7 +937,7 @@ bool VirtualGPU::dispatchGenericAqlPacket( // Wait on signal ? if (blocking) { - LogInfo("Runtime reachead the AQL queue limit. SW is much ahead of HW. Blocking AQL queue!"); + LogInfo("Runtime reached the AQL queue limit. SW is much ahead of HW. Blocking AQL queue!"); if (!Barriers().WaitCurrent()) { LogPrintfError("Failed blocking queue wait with signal [0x%lx]", packet->completion_signal.handle);