Skip to content

Commit 25a8e7b

Browse files
tho-lewisjychang48
authored andcommitted
Fixing minor typos.
1 parent 35f2ebd commit 25a8e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jacobi/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ high performance computing (HPC) applications. Discretization of a PDE by a
77
numerical method, e.g. finite difference, finite volume, finite element, or any
88
other methods, leads to a large sparse systems of equations. A stationary
99
iterative method, such as the Jacobi, can take advantage of modern heterogeneous
10-
heirarchical systems with CPU and GPUs as it is more amenable to parallelization
10+
hierarchical systems with CPU and GPUs as it is more amenable to parallelization
1111
and require less memory compared to traditional direct methods. Jacobi
1212
iteration involves a lot of repeated matrix-vector product operations, and to a
1313
great extent limits communication between all components at every iteration.
14-
This makes Jacobi methods more favoriable for GPU offloading.
14+
This makes Jacobi methods more favorable for GPU offloading.
1515

1616
In this blog, we explore GPU offloading using HIP and OpenMP target directives
1717
and discuss their relative merits in terms of implementation efforts and

0 commit comments

Comments
 (0)