Skip to content

Commit b3a494d

Browse files
committed
remove comment.
Signed-off-by: Chen, Sheng S <sheng.s.chen@intel.com>
1 parent 3fc470b commit b3a494d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

clang/runtime/dpct-rt/include/dpct/ze_utils.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ inline void get_mem_ipc_handle(const void *ptr,
6666
/// Opens an IPC memory handle to retrieve a device pointer.
6767
/// \param [in] ext_handle IPC memory handle extension
6868
/// \param [out] pptr Pointer to device allocation in this process
69-
/// \returns Level Zero operation status code
7069
inline void open_mem_ipc_handle(ipc_mem_handle_ext_t ext_handle, void **pptr) {
7170
int fd = detail::get_fd_of_peer_process(ext_handle);
7271
if (fd < 0)

0 commit comments

Comments
 (0)