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