From 983e6d392f19e61e8ce7c27ca9ca4d63cf1a6514 Mon Sep 17 00:00:00 2001 From: Adrian Jackson Date: Mon, 26 Aug 2024 08:57:32 +0100 Subject: [PATCH] Update gpu.md Fixing a typo --- docs/user-guide/gpu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/gpu.md b/docs/user-guide/gpu.md index c9e05fc00..c2f9796b2 100644 --- a/docs/user-guide/gpu.md +++ b/docs/user-guide/gpu.md @@ -876,7 +876,7 @@ For example in an interactive session where resources have already been allocate srun -n 2 --exclusive --nodes=1 --time=00:20:00 --partition=gpu --qos=gpu-exc --gpus=2 rocprof --stats ./myprog_exe ``` -to profile your applicaition. More detail on the use of rocprof can be found [here](https://github.com/ROCm/rocprofiler/tree/rocm-5.2.3). +to profile your application. More detail on the use of rocprof can be found [here](https://github.com/ROCm/rocprofiler/tree/rocm-5.2.3). ## Performance tuning