Skip to content

Commit

Permalink
[NFC] Small word tweaking.
Browse files Browse the repository at this point in the history
  • Loading branch information
bader committed Sep 20, 2024
1 parent 9922d30 commit 1deaea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sycl/doc/design/ThinLTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ currently a common source of performance issues.

Splitting early means that the resulting IR after splitting is not complete, it
still may contain calls to functions (user code and/or the SYCL device
libraries) from other object files.
libraries) defined in other translation units.

We rely on the assumption that all function definitions matching a declaration
will be the same and we can let ThinLTO pull in any one.
Expand All @@ -50,7 +50,7 @@ part of device compilation may contain multiple device code images.
## Device code link time changes

Before we go into the link time changes for SYCL, let's understand the device
linking flow for community devices (AMD/NVIDIA):
linking flow for AMD/NVIDIA devices:

![Community linking flow](images/ThinLTOCommunityFlow.svg)

Expand Down

0 comments on commit 1deaea2

Please sign in to comment.