Skip to content

Commit

Permalink
Move cudf._lib.sort to cudf.core._internals (#17488)
Browse files Browse the repository at this point in the history
Contributes to #17317

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)

Approvers:
  - Matthew Murray (https://github.com/Matt711)

URL: #17488
  • Loading branch information
mroeschke authored Dec 13, 2024
1 parent 4d6925c commit 1a67646
Show file tree
Hide file tree
Showing 13 changed files with 324 additions and 430 deletions.
4 changes: 2 additions & 2 deletions python/cudf/cudf/_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# the License.
# =============================================================================

set(cython_sources column.pyx copying.pyx groupby.pyx interop.pyx scalar.pyx sort.pyx
stream_compaction.pyx string_casting.pyx strings_udf.pyx types.pyx utils.pyx
set(cython_sources column.pyx copying.pyx groupby.pyx interop.pyx scalar.pyx stream_compaction.pyx
string_casting.pyx strings_udf.pyx types.pyx utils.pyx
)
set(linked_libraries cudf::cudf)

Expand Down
1 change: 0 additions & 1 deletion python/cudf/cudf/_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
copying,
groupby,
interop,
sort,
stream_compaction,
string_casting,
strings_udf,
Expand Down
365 changes: 0 additions & 365 deletions python/cudf/cudf/_lib/sort.pyx

This file was deleted.

Loading

0 comments on commit 1a67646

Please sign in to comment.