Skip to content

Commit 4950917

Browse files
authored
[doc][ext] Update HIP/L0 support in p2p doc (#15847)
The extension document was out of date since it stated that P2P access only worked on CUDA. This updates it to clarify that P2P access is also supported on hip and l0 backends. Signed-off-by: JackAKirk <[email protected]>
1 parent e08b06f commit 4950917

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

sycl/doc/extensions/supported/sycl_ext_oneapi_peer_access.asciidoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ https://github.com/intel/llvm/issues
3636

3737
== Dependencies
3838

39-
This extension is written against the SYCL 2020 revision 7 specification. All
39+
This extension is written against the SYCL 2020 revision 9 specification. All
4040
references below to the "core SYCL specification" or to section numbers in the
4141
SYCL specification refer to that revision.
4242

@@ -47,8 +47,10 @@ This extension is implemented and fully supported by DPC++.
4747
== Backend support status
4848

4949
This extension is currently implemented in DPC++ for all GPU devices and
50-
backends, however, only the CUDA backend allows peer to peer memory access.
51-
Other backends report false from the `ext_oneapi_can_access_peer` query.
50+
backends; however, only the CUDA, HIP and Level Zero backends allows peer to
51+
peer memory access. Other backends report false from the
52+
`ext_oneapi_can_access_peer` query. Peer-Peer memory access is only possible
53+
between two devices from the same backend.
5254

5355
== Overview
5456

0 commit comments

Comments
 (0)