Skip to content

Commit 0086e37

Browse files
Remove cython backend impl of putmask
1 parent 626bd3b commit 0086e37

3 files changed

Lines changed: 1 addition & 59 deletions

File tree

dpnp/dpnp_algo/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@
2727
# THE POSSIBILITY OF SUCH DAMAGE.
2828
# *****************************************************************************
2929

30-
set(dpnp_algo_pyx_deps
31-
${CMAKE_CURRENT_SOURCE_DIR}/dpnp_algo_sorting.pxi
32-
${CMAKE_CURRENT_SOURCE_DIR}/dpnp_algo_indexing.pxi
33-
)
30+
set(dpnp_algo_pyx_deps ${CMAKE_CURRENT_SOURCE_DIR}/dpnp_algo_sorting.pxi)
3431

3532
build_dpnp_cython_ext_with_backend(
3633
dpnp_algo

dpnp/dpnp_algo/dpnp_algo.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ __all__ = [
4848
]
4949

5050

51-
include "dpnp_algo_indexing.pxi"
5251
include "dpnp_algo_sorting.pxi"
5352

5453

dpnp/dpnp_algo/dpnp_algo_indexing.pxi

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

0 commit comments

Comments
 (0)