Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhaoliang authored Dec 19, 2022
1 parent 9c7748b commit 711ec6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lang/articles/performance_tuning/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ BLS does not come cheap. Remember that BLS is intended for stencil computations

Furthermore, recent generations of Nvidia GPU cards have closed the read-only access gap between global memory and shared memory. Currently, we discovered that BLS is more effective for storing the destinations of atomic actions.

As a general rule of thumb, we recommnend running benchmarks to determine whether or not you should enable BLS.
As a general rule of thumb, we recommend running benchmarks to determine whether or not you should enable BLS.
:::

## Offline Cache
Expand Down

0 comments on commit 711ec6e

Please sign in to comment.