From 577e5819434f086fc49bc06d4e3537a712b357b0 Mon Sep 17 00:00:00 2001 From: qazal <77887910+Qazalin@users.noreply.github.com> Date: Sat, 19 Jul 2025 15:10:24 +0300 Subject: [PATCH] fix typo in sqtt/readme (#11281) --- extra/sqtt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/sqtt/README.md b/extra/sqtt/README.md index ccd36279f8..6d739ceb68 100644 --- a/extra/sqtt/README.md +++ b/extra/sqtt/README.md @@ -26,7 +26,7 @@ extra/sqtt/rgptool.py create "/tmp/profile.pkl.$USER" -o /tmp/gpu0.rgp Then load gpu0.rgp into Radeon GPU Profiler. It works just fine both in wine (macos, native version available for linux) and via ssh X forwarding -If multiplle gpus are used you can select which one to export with `-d` like this: +If multiple gpus are used you can select which one to export with `-d` like this: ```bash extra/sqtt/rgptool.py create "/tmp/profile.pkl.$USER" -d 'AMD:5' -o /tmp/gpu5.rgp