[FEA] need multibyte_split support stream #14383
Labels
0 - Backlog
In queue waiting for assignment
cuIO
cuIO issue
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Milestone
Is your feature request related to a problem? Please describe.
want to use cuda multi stream (pool) read a big file.
Describe the solution you'd like
just add a new
multibyte_split
method withrmm::cuda_stream_view stream
param to public use.head: https://github.com/rapidsai/cudf/blob/branch-23.12/cpp/include/cudf/io/text/multibyte_split.hpp
src: https://github.com/rapidsai/cudf/blob/branch-23.12/cpp/src/io/text/multibyte_split.cu
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: