Skip to content

Commit

Permalink
Remove cudf._lib.csv in favor in inlining pylibcudf (#17485)
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: #17485
  • Loading branch information
mroeschke authored Dec 13, 2024
1 parent 8a3e5f1 commit 7749702
Show file tree
Hide file tree
Showing 4 changed files with 385 additions and 501 deletions.
5 changes: 2 additions & 3 deletions python/cudf/cudf/_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
# the License.
# =============================================================================

set(cython_sources
column.pyx copying.pyx csv.pyx groupby.pyx interop.pyx reduce.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 reduce.pyx scalar.pyx sort.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 @@ -3,7 +3,6 @@

from . import (
copying,
csv,
groupby,
interop,
reduce,
Expand Down
Loading

0 comments on commit 7749702

Please sign in to comment.