Skip to content

Commit 525b633

Browse files
Remove dpnp_memory_* and dpnp_rng_srand_c from dpnp_algo.pxd
1 parent 515fa4e commit 525b633

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

dpnp/dpnp_algo/dpnp_algo.pxd

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ cdef extern from "dpnp_iface_fptr.hpp":
9595

9696
DPNPFuncData get_dpnp_function_ptr(DPNPFuncName name, DPNPFuncType first_type, DPNPFuncType second_type) except +
9797

98-
cdef extern from "dpnp_iface.hpp":
99-
100-
char * dpnp_memory_alloc_c(size_t size_in_bytes) except +
101-
void dpnp_memory_free_c(void * ptr)
102-
void dpnp_memory_memcpy_c(void * dst, const void * src, size_t size_in_bytes)
103-
void dpnp_rng_srand_c(size_t seed)
104-
105-
10698
# C function pointer to the C library template functions
10799
ctypedef c_dpctl.DPCTLSyclEventRef(*fptr_1in_1out_strides_t)(c_dpctl.DPCTLSyclQueueRef,
108100
void *, const size_t, const size_t,

0 commit comments

Comments
 (0)