From 8addd063aa18fae6e2e7c7370819c26854af8c83 Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Fri, 7 Jun 2024 07:56:45 +0200 Subject: [PATCH] Update docs/how-to/cooperative_groups.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> --- docs/how-to/cooperative_groups.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/cooperative_groups.rst b/docs/how-to/cooperative_groups.rst index c8f2e4ec90..ff66c2087c 100644 --- a/docs/how-to/cooperative_groups.rst +++ b/docs/how-to/cooperative_groups.rst @@ -304,7 +304,7 @@ Multi-Grid Synchronization This section describes how to synchronize the group over multiple GPUs: -1. Check the cooperative launch capability over multiple GPUs: +1. Confirm the cooperative launch capability over multiple GPUs: .. code-block:: C++