Skip to content

Commit

Permalink
Remove cudf._lib.string_casting in favor of inlining pylibcudf (#17460)
Browse files Browse the repository at this point in the history
Contributes to #17317

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

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #17460
  • Loading branch information
mroeschke authored Dec 17, 2024
1 parent c650bf7 commit 187053a
Show file tree
Hide file tree
Showing 8 changed files with 129 additions and 711 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 groupby.pyx interop.pyx scalar.pyx string_casting.pyx strings_udf.pyx
types.pyx utils.pyx
set(cython_sources column.pyx groupby.pyx interop.pyx scalar.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 @@ -4,7 +4,6 @@
from . import (
groupby,
interop,
string_casting,
strings_udf,
)

Expand Down
Loading

0 comments on commit 187053a

Please sign in to comment.