File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
test/conformance/exp_usm_p2p Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8929,7 +8929,7 @@ urUSMReleaseExp(
89298929#endif
89308930///////////////////////////////////////////////////////////////////////////////
89318931#ifndef UR_USM_P2P_EXTENSION_STRING_EXP
8932- /// @brief The extension string which defines support for USM P2P which is
8932+ /// @brief The extension string that defines support for USM P2P which is
89338933/// returned when querying device extensions.
89348934#define UR_USM_P2P_EXTENSION_STRING_EXP "ur_exp_usm_p2p"
89358935#endif // UR_USM_P2P_EXTENSION_STRING_EXP
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ or copying the memory located on a separate "peer" device.
2727
2828Motivation
2929--------------------------------------------------------------------------------
30- Several important projects that programming models such as SYCL or OpenMP aim
31- to support use fine-grained peer to peer memory access controls.
30+ Programming models like SYCL or OpenMP aim to support several important
31+ projects that utilise fine-grained peer-to- peer memory access controls.
3232This experimental extension to the Unified-Runtime API aims to provide a
3333portable interface that can call appropriate driver functions to query and
3434control peer memory access within different adapters such as CUDA, HIP and
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ desc: "Intel $OneApi Unified Runtime Experimental APIs for USM P2P"
1313ordinal : " 99"
1414--- # --------------------------------------------------------------------------
1515type : macro
16- desc : " The extension string which defines support for USM P2P which is returned when querying device extensions."
16+ desc : " The extension string that defines support for USM P2P which is returned when querying device extensions."
1717name : $X_USM_P2P_EXTENSION_STRING_EXP
1818value : " \" $x_exp_usm_p2p\" "
1919--- # --------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ TEST_F(urP2PTest, Success) {
2525 nullptr ));
2626
2727 std::string_view extensions_string (returned_extensions.get ());
28- bool usm_p2p_support =
28+ const bool usm_p2p_support =
2929 extensions_string.find (UR_USM_P2P_EXTENSION_STRING_EXP) !=
3030 std::string::npos;
3131
You can’t perform that action at this time.
0 commit comments