We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc470b commit b3a494dCopy full SHA for b3a494d
1 file changed
clang/runtime/dpct-rt/include/dpct/ze_utils.hpp
@@ -66,7 +66,6 @@ inline void get_mem_ipc_handle(const void *ptr,
66
/// Opens an IPC memory handle to retrieve a device pointer.
67
/// \param [in] ext_handle IPC memory handle extension
68
/// \param [out] pptr Pointer to device allocation in this process
69
-/// \returns Level Zero operation status code
70
inline void open_mem_ipc_handle(ipc_mem_handle_ext_t ext_handle, void **pptr) {
71
int fd = detail::get_fd_of_peer_process(ext_handle);
72
if (fd < 0)
0 commit comments