Skip to content

Commit bdfee1b

Browse files
committed
Fix copy paste errors in peer device interface header
1 parent dfca713 commit bdfee1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libsyclinterface/include/syclinterface/dpctl_sycl_device_interface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ bool DPCTLDevice_CanAccessPeer(__dpctl_keep const DPCTLSyclDeviceRef DRef,
807807
DPCTLPeerAccessType PT);
808808

809809
/*!
810-
* @brief Checks if device supports peer access to another device.
810+
* @brief Enables peer access to another device.
811811
*
812812
* @param DRef Opaque pointer to a ``sycl::device``
813813
* @param PDRef Opaque pointer to a ``sycl::device``
@@ -818,7 +818,7 @@ void DPCTLDevice_EnablePeerAccess(__dpctl_keep const DPCTLSyclDeviceRef DRef,
818818
__dpctl_keep const DPCTLSyclDeviceRef PDRef);
819819

820820
/*!
821-
* @brief Checks if device supports peer access to another device.
821+
* @brief Disables peer access to another device.
822822
*
823823
* @param DRef Opaque pointer to a ``sycl::device``
824824
* @param PDRef Opaque pointer to a ``sycl::device``

0 commit comments

Comments
 (0)