[BUG] Runtime error with read_json in 23.10 #14183
Labels
2 - In Progress
Currently a work in progress
bug
Something isn't working
cuIO
cuIO issue
libcudf
Affects libcudf (C++/CUDA) code.
Describe the bug
I encountered a CUDA runtime error with read_json in 23.10. This error did not occur in 23.08.
Steps/Code to reproduce bug
reading the data from a file also gives a warning about
cudaHostRegister
When reading large files with 100 to 10K lines we error changes a bit
file_.zip
Expected behavior
I expected the text to read successfully
Environment overview (please complete the following information)
ARM system with GPU and CUDA 12.2. Does not repro on x86 with CUDA 12.0.
Environment details
Using docker image
rapidsai/base:23.10a-cuda11.8-py3.10
with CUDA 12.2 installed. Image idc09b0cd30680
.Additional context
Needs to be solved during burndown/code freeze for 23.10
The text was updated successfully, but these errors were encountered: