Skip to content

Commit 2fff1f1

Browse files
npolina4antonwolfy
andauthored
Clean up legacy array creation and manipulation implementation from the backend (#1903)
* Clean up legacy element-wise implementation from the backend * return legacy copy implementation for partition function * Apply comments * Fix pre-commit * Fix pre-commit * Clean up legacy array creation implementation from the backend * Clean-up MACRO_2ARG_2TYPES_LOGIC_OP. Clean-up /backend/include * Removed backend/examples for removed functions * address comments * address comments --------- Co-authored-by: Anton <[email protected]> Co-authored-by: Anton Volkov <[email protected]>
1 parent 1a4f8a4 commit 2fff1f1

19 files changed

+9
-2586
lines changed

dpnp/backend/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ set(DPNP_SRC
3030
kernels/dpnp_krnl_fft.cpp
3131
kernels/dpnp_krnl_indexing.cpp
3232
kernels/dpnp_krnl_logic.cpp
33-
kernels/dpnp_krnl_manipulation.cpp
3433
kernels/dpnp_krnl_mathematical.cpp
3534
kernels/dpnp_krnl_random.cpp
3635
kernels/dpnp_krnl_reduction.cpp

dpnp/backend/examples/example11.cpp

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

dpnp/backend/examples/example3.cpp

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

dpnp/backend/examples/example7.cpp

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

0 commit comments

Comments
 (0)