Skip to content

Commit a626c94

Browse files
committed
Move IPC memory API from dpctl.ipc to dpctl.memory
Signed-off-by: Zhan Xue <zhan.xue@intel.com>
1 parent 3dea379 commit a626c94

17 files changed

Lines changed: 416 additions & 425 deletions

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ install(DIRECTORY
115115
)
116116

117117
# find Python before enabling pybind11
118-
find_package(Python REQUIRED COMPONENTS Development.Module)
118+
find_package(Python REQUIRED COMPONENTS Interpreter Development.Module)
119119

120120
# Define CMAKE_INSTALL_xxx: LIBDIR, INCLUDEDIR
121121
include(GNUInstallDirs)

dpctl/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,3 @@ target_link_libraries(DpctlCAPI INTERFACE ${_trgt}_headers)
206206
add_subdirectory(program)
207207
add_subdirectory(memory)
208208
add_subdirectory(utils)
209-
add_subdirectory(ipc)

dpctl/_backend.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ cdef extern from "syclinterface/dpctl_sycl_extension_interface.h":
596596
DPCTLSyclWorkGroupMemoryRef Ref)
597597

598598
cdef bint DPCTLWorkGroupMemory_Available()
599+
cdef bint DPCTLIPCMem_Available()
599600

600601
cdef struct DPCTLOpaqueRawKernelArg
601602
ctypedef DPCTLOpaqueRawKernelArg *DPCTLSyclRawKernelArgRef

dpctl/ipc/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

dpctl/ipc/__init__.pxd

Lines changed: 0 additions & 18 deletions
This file was deleted.

dpctl/ipc/__init__.py

Lines changed: 0 additions & 82 deletions
This file was deleted.

dpctl/ipc/_ipc_memory.pxd

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)