Skip to content

Commit 88dc4e3

Browse files
committed
remove cov from dpnp_iface.hpp
1 parent 3f554d3 commit 88dc4e3

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

dpnp/backend/include/dpnp_iface.hpp

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -411,30 +411,6 @@ INP_DLLEXPORT void dpnp_correlate_c(void *result_out,
411411
const size_t input2_shape_ndim,
412412
const size_t *where);
413413

414-
/**
415-
* @ingroup BACKEND_API
416-
* @brief Custom implementation of cov function with math library and PSTL
417-
*
418-
* @param [in] q_ref Reference to SYCL queue.
419-
* @param [in] array Input array.
420-
* @param [out] result Output array.
421-
* @param [in] nrows Number of rows in input array.
422-
* @param [in] ncols Number of columns in input array.
423-
* @param [in] dep_event_vec_ref Reference to vector of SYCL events.
424-
*/
425-
template <typename _DataType>
426-
INP_DLLEXPORT DPCTLSyclEventRef
427-
dpnp_cov_c(DPCTLSyclQueueRef q_ref,
428-
void *array1_in,
429-
void *result1,
430-
size_t nrows,
431-
size_t ncols,
432-
const DPCTLEventVectorRef dep_event_vec_ref);
433-
434-
template <typename _DataType>
435-
INP_DLLEXPORT void
436-
dpnp_cov_c(void *array1_in, void *result1, size_t nrows, size_t ncols);
437-
438414
/**
439415
* @ingroup BACKEND_API
440416
* @brief Construct an array from an index array and a list of arrays to choose

0 commit comments

Comments
 (0)