From 0d9cef4e532d8bed8716b47619b55270a7c7e61a Mon Sep 17 00:00:00 2001 From: Peter Park Date: Wed, 5 Jun 2024 15:21:33 -0400 Subject: [PATCH] Add Leo review suggestion --- docs/tutorial/saxpy.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/tutorial/saxpy.rst b/docs/tutorial/saxpy.rst index a27c33cab4..f91638876a 100644 --- a/docs/tutorial/saxpy.rst +++ b/docs/tutorial/saxpy.rst @@ -27,8 +27,7 @@ more information about installing HIP development packages, see Heterogeneous programming ========================= -*Heterogeneous programming* and *offloading APIs* are often said in the same -breath. Heterogeneous programming deals with devices of varying capabilities +*Heterogeneous programming* and *offloading APIs* are often mentioned together. Heterogeneous programming deals with devices of varying capabilities simultaneously. Offloading focuses on the "remote" and asynchronous aspects of computation. HIP encompasses both. It exposes GPGPU (general-purpose GPU) programming much like ordinary host-side CPU programming and lets you move data